Hello FreeBSD Community, I come before you seeking enlightenment.
I have been away from FreeBSD for several months due to my CCNA and other studies consuming me. When I got around to messing with my server I wasn't able to start Apache. After searching around to no avail, I beg for direction.
So here is what I got
The 10.0.0.4:80 was commented out originally, I had just changed it before getting this message again.
Here is the rc.conf:
I have been away from FreeBSD for several months due to my CCNA and other studies consuming me. When I got around to messing with my server I wasn't able to start Apache. After searching around to no avail, I beg for direction.
So here is what I got
Code:
>service apache22 start
kldload: cant load accf_data: Operation not permitted
Perfroming insanity check on apache22 configuration:
Syntax OK
Starting apache22
(13)Permission denied: make_sock: could not bind to address 10.0.0.4:80
no listening sockets available , shutting down
Unable to open logs
/usr/local/etc/rc.d/apache22: Warning: failed to start Apache
>service -e
/etc/rc.d/hostid
/etc/rc.d/hostid_save
/etc/rc.d/ip6addrctl
/etc/rc.d/cleanvar
/etc/rc.d/devd
/etc/rc.d/newsyslogd
/etc/rc.d/syslogd
/etc/rc.d/dmesg
/etc/rc.d/virecover
/etc/rc.d/motpd
/etc/rc.d/htpd
/usr/local/etc/rc.d/mysql-server
/etc/rc.d/moused
/usr/local/etc/rc.d/dbus
/usr/local/etc/rc.d/hald
/usr/local/etc/rc.d/apache22
/etc/rc.d/sendmail
/etc/rc.d/cron
/etc/rc.d/mixer
/etc/rc.d/gptboot
/etc/rc.d/bgfsck
The 10.0.0.4:80 was commented out originally, I had just changed it before getting this message again.
Here is the rc.conf:
Code:
hostname='theorphange'
ifconfig_fxp0='DHCP'
moused_enable='YES'
ntpd_enable='YES'
dumpdev='NO'
dbus_enable='YES'
hald_enable='YES'
linux_enable='YES'
apache22_enable='YES'
ssl_enable='YES'
mysql_enable='YES'
devfs_system_ruleset='localrules'
devfs_system_ruleset='system'
apache22_http_accept_enable='Yes' # I just added this after viewing a previous thread on the same error message.