OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: /bin/sh on /etc/rc terminated - pipes in httpd.conf?

From: Han Boetes (hanmijncomputer.nl)
Date: Fri Aug 20 2004 - 08:17:37 CDT


Looks like it doesn't fork into the background. Can you repeat that
manually? That would be the most interesting testcase.

As a workaround you can replace ``/usr/sbin/httpd $httpd_flags'' with
``/usr/sbin/httpd $httpd_flags &'' or ``/usr/sbin/apachectl start''

Or whatever command you normally use to start apache.

# Han