Forum Linux.debian/ubuntu [APACHE2] localhost

Posté par  .
Étiquettes : aucune
0
4
oct.
2006
Bonjour à tous,


Après plusieurs recherches sur Internet, je viens à vous totalement perdu ...

Avant de rentrer dans les détails, vous trouverez ci-après ma configuration :

mon apache2.conf:

ServerRoot "/etc/apache2"

LockFile /var/lock/apache2/accept.lock

PidFile /var/run/apache2.pid

Timeout 300

KeepAlive On

MaxKeepAliveRequests 100

KeepAliveTimeout 15

<IfModule prefork.c>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 20
MaxRequestsPerChild 0


<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0


<IfModule perchild.c>
NumServers 5
StartThreads 5
MinSpareThreads 5
MaxSpareThreads 10
MaxThreadsPerChild (…)