The -X flag is a command-line option, not a conf file param. All your
other conf params stay the same (inside httpd.conf) and you just start
your server with "/usr/local/apache/bin/httpd -X" or whatever is
appropriate for your system.

This is not a mod_perl issue though; you may want to review the apache
docs.

~~~~~~~~~~~
Nick Tonkin

On Mon, 18 Jun 2001, Purcell, Scott wrote:

> Hello,
> In the CGi to mod_perl porting coding guidelines, under the headline
> "sometimes it works, Sometimes it doesn't"
> It says to run the server (during testing) in a single process mode (httpd
> -X)
> 
> I tried putting httpd 1 into the conf file, and it got mad at me.
> 
> How does one set the process (spawning of children) to 1
> 
> Thanks
> 
> Scott Purcell
> 
> 

Reply via email to