"Purcell, Scott" wrote: > > 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 You have to add the "X"-option to the commandline, eg: /path/to/httpd -X -f /path/to/config.file <http://httpd.apache.org/docs/programs/httpd.html> Cheers, -Christoph
- single process Purcell, Scott
- Re: single process Christoph Wernli
- Re: single process Nick Tonkin