#/etc/httpd/conf.d/my.conf CustomLog logs/my_log combinedio ServerName lia.fr ServerAdmin root@lia.fr ServerSignature Off ServerTokens Prod DirectoryIndex index.html Options none AllowOverride none Alias /doc /usr/share/doc/ require all granted Options +indexes IndexOptions FancyIndexing alias /example1 /srv/example1/www/ require all granted Options +Indexes Redirect permanent /ancien /nouveau Documentroot /var/www/html Options +SymlinksIfOwnerMatch DirectoryIndex foo.html DirectoryIndex bar.html # # DirectoryIndex plop.html # Alias /Errors /var/www/Errors ErrorDocument 404 /Errors/404.html AllowOverride Fileinfo #perf MaxRequestWorkers 600 MinSpareThreads 75 MaxSpareThreads 250 ThreadsPerChild 64 ThreadLimit 64 keepalive on keepaliveTimeout 2 MaxConnectionsPerChild 10000 SetHandler server-status require all granted SetHandler server-info require all granted