unable to start apache after changes to rc.conf and resov.conf
- by shupru
I had a working configuration this morning with the following simple /etc/rc.conf
ifconfig_rl0="DHCP"
ifconfig_xl="inet 192.168.1.11 netmask 255.255.255."
defaultrouter="192.168.1.1"
I added the following lines:
firewall_enable="YES"
firewall_type="SIMPLE"
firewall_logging="YES"
sshd_enable="YES"
apache_enable="YES"
mysql_enable="YES"
my…