Abdul Sami wrote:
Okay i have set 'ServerLimit 1', this solves it.
The idea is that as requests come in the master instance of Apache will spawn more instances as the demand goes up. You are going to experience some series performance issues if you do that in production. If I am not mistaken, even with ServerLimit 1, there will be two: one for the master, and the one that does the work...

There is a -X option to start apache for development/debugging things, it will NOT spawn ANY more processes. I am assuming that is what you are really after.

Sam
begin:vcard
fn:Sam Carleton
n:Carleton;Sam
email;internet:scarle...@miltonstreet.com
tel;cell:513-349-5084
x-mozilla-html:FALSE
url:http://www.miltonstreet.com
version:2.1
end:vcard

Reply via email to