corrections de différents bugs de fonctionnement et configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user