I have the apache 2.2 port installed in a Jail on FreeBSD 7.2. When the jail is started or rebooted, apache fails to start. apache22_enable="YES" is set in rc.conf, and apache starts alright if I run /usr/local/etc/rc.d/apache22 start manually after boot time. I've enabled rc_debug and rc_info in rc.conf, the following output is displayed when I start the rc script by hand:
Any ideas?
Code:
root@mail:run# /usr/local/etc/rc.d/apache22 start
/usr/local/etc/rc.d/apache22: DEBUG: checkyesno: apache22_http_accept_enable is set to NO.
/usr/local/etc/rc.d/apache22: DEBUG: checkyesno: apache22_enable is set to YES.
/usr/local/etc/rc.d/apache22: DEBUG: pid file (/var/run/httpd.pid): not readable.
/usr/local/etc/rc.d/apache22: DEBUG: run_rc_command: start_precmd: apache22_prestart
Performing sanity check on apache22 configuration:
Syntax OK
/usr/local/etc/rc.d/apache22: DEBUG: checkyesno: apache22limits_enable is set to NO.
Starting apache22.
/usr/local/etc/rc.d/apache22: DEBUG: run_rc_command: doit: /usr/local/sbin/httpd -DNOHTTPACCEPT
Any ideas?