Enrico Weigelt wrote:
> Hi folks,
> 
> 
> I'd like to stop httpd from detaching itself, so I can start
> it from init. 
> 
> How can this be done ?

httpd -X  if you want a single non-forking non-detached process
httpd -F  if you just want the main process to be non-detached and still
          have it fork off children

-Rasmus

Reply via email to