On Sat, Oct 09, 1999 at 07:14:00PM -0700, shankarv wrote:

> When i set the ServerType to inetd in httpd.conf file and run apachectl   
> start
> 
> it says httpd could not be started.

Well, yes. If you're using it in inetd mode then it expects to be exec()'d
by inetd (doh!), with fds 0 and 1 connected to a socket. Edit /etc/inetd.conf
appropriately and then killall -1 inetd; when anything connects to the port
you specified (80 usually), inetd will fire up Apache.

-- 
We are Linux. Resistance is an indication that you missed the point.

Reply via email to