Ajout d'infos

This commit is contained in:
gcolpart 2016-10-05 00:41:38 +02:00
parent 3ec4738b4e
commit 7168e24200

View file

@ -13,25 +13,43 @@ Apache-ITK permet de préciser pour chaque VirtualHost un utilisateur/groupe/Ma
## Configuration de base ## Configuration de base
Fichiers de configuration :
Activation des modules essentiels : /etc/apache2/
|-- apache2.conf
| `-- ports.conf
|-- mods-enabled
| |-- *.load
| `-- *.conf
|-- conf-enabled
| `-- *.conf
`-- sites-enabled
`-- *.conf
Activation des modules suivants :
~~~ ~~~
# a2enmod rewrite expires headers rewrite cgi # a2enmod rewrite expires headers rewrite cgi
~~~ ~~~
/etc/apache2/conf-available/zzz_evolix.conf : Fichier `/etc/apache2/conf-available/z_evolix.conf` :
~~~{.apache} ~~~{.apache}
Timeout 10
MaxClients 250
ServerTokens Prod ServerTokens Prod
Timeout 10
KeepAliveTimeout 2 KeepAliveTimeout 2
MaxKeepAliveRequests 10 MaxKeepAliveRequests 10
MaxClients 250
ServerLimit 250
StartServers 50
MinSpareServers 20
MaxSpareServers 30
MaxRequestsPerChild 0
~~~ ~~~
~~~ ~~~
# a2enconf zzz_evolix.conf # a2enconf z_evolix.conf
~~~ ~~~
## SSL ## SSL