From: "Purcell, Scott" <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 9:45 AM
> Hello,
> I wrote a little bit ago about trying to not fork my Apache server. I want
> to run only a single child. Anyway, I got three terrific responses, but have
> no clue what they mean.
>
> I am on Apache NT4.0
heh...I see your confusion (and everyone else's)
There's no such thing as httpd -X on Windows. It's one server that's
multi-threaded. A completely differnet model to UNIX.
You don't have to do httpd -X because mod_perl on Windows Apache is kind of
crippled anyway. It will ONLY run with one per
Hello,
I wrote a little bit ago about trying to not fork my Apache server. I want
to run only a single child. Anyway, I got three terrific responses, but have
no clue what they mean.
I am on Apache NT4.0 and am learning. Anyway, some of the responses I got
for setting a single process were:
type