Kapetanakis Giannis wrote:
Hi all,

I'm using Fedora's apache 2.2.9 with prefork MPM.
I'm having trouble geting my maximum allowed clients more than 1024.

I have set

ServerLimit      2048
MaxClients       2048

But I never see more than 1024 processes of httpd.

Soft, hard limit for open files for the apache user is 8192
fs.file-max = 372661

Just for the record it was more easy than I though.

I had the right limit for open file descriptors (ulimit -n)
but I didn't had the right limit for number of processes (ulimit -u)


Giannis


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to