[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache and inetd



On Sun, Apr 24, 2005 at 09:41:27AM -0700, James Vahn wrote:

> How do we start apache via inetd.conf? Thanks!

I don't think you really can, since apache is designed to fork child
processes/threads (depending on compile options) which listen for
connections. If you want to spawn out of inet.d for some reason, you
need to look for a server that spawns only a single process per socket.

-- 
Find my Techno-Geek Journal at http://www.codegnome.org/geeklog/



Reply to: