Re: [users@httpd] Starting apache in non-daemon mode

2005-07-01 Thread Rick Wong
Ah ha! ./httpd -DNO_DETACH -DFOREGROUND Can't use -X because it implies -DONE_PROCESS which is bad for me. Thanks for the lead! -- Rick André Malo wrote: * Rick Wong wrote: This helps very much. That's exactly what I need. By the way, the -X is not documented. Where woul

Re: [users@httpd] Starting apache in non-daemon mode

2005-07-01 Thread Rick Wong
doh! thanks! André Malo wrote: * Rick Wong wrote: This helps very much. That's exactly what I need. By the way, the -X is not documented. Where would I find a list of undocumented switches in case there are other options I need? Well, uhm, ... http://httpd.apache.org/doc

Re: [users@httpd] Starting apache in non-daemon mode

2005-07-01 Thread Rick Wong
This helps very much. That's exactly what I need. By the way, the -X is not documented. Where would I find a list of undocumented switches in case there are other options I need? Thanks, -- Rick André Malo wrote: * Rick Wong wrote: When I start apache 2.0 in Linux, it starts i

[users@httpd] Starting apache in non-daemon mode

2005-06-30 Thread Rick Wong
Hi, When I start apache 2.0 in Linux, it starts itself in daemon mode with PPID=1, and having its own unix session ID and program group ID. Is it possible to configure apache to run in a non-daemon mode, and not to start a new unix session? Thanks, -- Rick -