ansible-roles/apache/files/evolinux-custom.conf
Benoît S. da1475c7fa
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
packweb-apache: add EnableCapabilities section
Si Apache tourne avec le module ITK et doit accéder à un partage NFS il est
obligatoire de passer EnableCapabilities à off, sinon ça ne fonctionnera pas.

On l'ajoute en commentaire pour référence et désactivation quand nécessaire.
2019-07-12 09:49:44 +02:00

31 lines
938 B
Plaintext

#MaxClients 500
#ServerLimit 500
#StartServers 100
#MinSpareServers 40
#MaxSpareServers 60
SetEnvIf User-Agent "^BadBot$" GoAway=1
SetEnvIf User-Agent "Nutch" GoAway=1
SetEnvIf User-Agent "ApacheBench" GoAway=1
# Uncomment for SSL strong security
#<IfModule mod_ssl.c>
#SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
#SSLProtocol All -SSLv2 -SSLv3
#SSLHonorCipherOrder On
#SSLCompression off
#SSLSessionCache shmcb:/var/log/apache2/ssl_gcache_data(512000)
#SSLSessionCacheTimeout 600
## Stapling not activated by default. Need config.
##SSLUseStapling on
##SSLStaplingCache shmcb:${APACHE_RUN_DIR}/stapling-cache(150000)
#</IfModule>
#<FilesMatch ".(eot|ttf|otf|woff)">
# Header set Access-Control-Allow-Origin "*"
#</FilesMatch>
# Si Apache tourne avec le module ITK et doit accéder à un partage NFS il est
# obligatoire de passer EnableCapabilities à off, sinon ça ne fonctionnera pas
#EnableCapabilities off