F
futec
Guest
Hey Ppl,
I have a big problem here with PSA7.5!
Some days ago, i installed a new server with Plesk 7.5 and FC2. I moved all my domains to it and it has about 15 Mbit outgoing traffic at the time writing this post.
With Plesk 7.5 your maxclients in httpd.conf is set to 150. My sites have about 5.000.000.000 hits a day. When the server gets busy the websites are loading all very slow because of this limit in httpd.conf. The load is 0.60 and we do not use mysql.
If i set the MaxClients option to 400 Apache/Plesk gives this error:
I searched the forum and asked around and I heard recompiling apache is an option. Actually I don't have good experiences with recompiling apache, the last time plesk stopped working, zend was getting nuts and webmail stopped functioning so i am wondering isn;t there any other solution to get my MaxClients on 2048 without recompiling the apache server?
I think there is a check thing (tool, script of whatever) which sets the MaxClients back to 256 in httpd.conf. If I can edit that script it is all done!
Any help is appreciated!
Best regards,
Desmond
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 50
MaxClients 256
MaxRequestsPerChild 4000
</IfModule>
<IfModule worker.c>
StartServers 4
MaxClients 256
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
I have a big problem here with PSA7.5!
Some days ago, i installed a new server with Plesk 7.5 and FC2. I moved all my domains to it and it has about 15 Mbit outgoing traffic at the time writing this post.
With Plesk 7.5 your maxclients in httpd.conf is set to 150. My sites have about 5.000.000.000 hits a day. When the server gets busy the websites are loading all very slow because of this limit in httpd.conf. The load is 0.60 and we do not use mysql.
If i set the MaxClients option to 400 Apache/Plesk gives this error:
Code:
WARNING: MaxClients of 400 exceeds ServerLimit value of 256 servers, lowering MaxClients to 256. To increase, please see the ServerLimit directive.
I searched the forum and asked around and I heard recompiling apache is an option. Actually I don't have good experiences with recompiling apache, the last time plesk stopped working, zend was getting nuts and webmail stopped functioning so i am wondering isn;t there any other solution to get my MaxClients on 2048 without recompiling the apache server?
I think there is a check thing (tool, script of whatever) which sets the MaxClients back to 256 in httpd.conf. If I can edit that script it is all done!
Any help is appreciated!
Best regards,
Desmond
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 50
MaxClients 256
MaxRequestsPerChild 4000
</IfModule>
<IfModule worker.c>
StartServers 4
MaxClients 256
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>