corrections de différents bugs de fonctionnement et configuration

This commit is contained in:
2022-12-19 19:44:35 +01:00
parent 93d7f3fb2b
commit e0b5b425ed
11 changed files with 139 additions and 21 deletions

View File

@@ -108,16 +108,6 @@ ServerAdmin vincent.benoit@benserv.fr
#
ServerName localhost:80
#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other
# <Directory> blocks below.
#
<Directory />
AllowOverride none
Require all denied
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
@@ -270,7 +260,7 @@ LogLevel info
#Include /etc/apache2/extra/httpd-info.conf
# Virtual hosts
Include /etc/apache2/extra/httpd-vhosts.conf
#Include /etc/apache2/extra/httpd-vhosts.conf
# Local access to the Apache HTTP Server Manual
#Include /etc/apache2/extra/httpd-manual.conf
@@ -293,10 +283,10 @@ Include /etc/apache2/extra/proxy-html.conf
# starting without SSL on platforms with no /dev/random equivalent
# but a statically compiled-in mod_ssl.
#
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
#<IfModule ssl_module>
#SSLRandomSeed startup builtin
#SSLRandomSeed connect builtin
#</IfModule>
#IncludeOptional /etc/apache2/conf.d/*.conf