Hi,
also ich habe meine Frage / Problem schon in einem amderem Forum gepostet darum schreibe ich hier nur den Link. Würde mich freuen wenn ihr mir
helfen könnt.
Link: http://www.debianforum.de/forum/viewtopic.php?t=94527
mfg Spoocy
Apache / Server ausgelastet :(
-
- Project Manager
- Posts: 11180
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Apache / Server ausgelastet :(
Dein Apache und MySQL sind suboptimal konfiguriert und mit etwas Pech deutet Dein hoher wa auf eine defekte HDD hin. Letzteres lässt aber erst nach der Rekonfiguration von Apache und MySQL ausschliessen/bestätigen...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 8
- Joined: 2007-01-15 18:22
Re: Apache / Server ausgelastet :(
Was sollte ich an einstellungen denn ändern und wie finde ich raus ob es die HDD ist ?
-
- Project Manager
- Posts: 11180
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Apache / Server ausgelastet :(
Apache:
MySQL: http://www.rootforum.org/forum/viewtopic.php?t=36343
Code: Select all
KeepAlive Off
KeepAliveTimeout 2
<IfModule mpm_worker_module>
StartServers 2
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxClients 500
MaxRequestsPerChild 5000
</IfModule>
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.