Updates for racktables install.
This commit is contained in:
parent
d114bb36b0
commit
44af970c00
4 changed files with 36 additions and 26 deletions
|
|
@ -86,8 +86,10 @@ ScriptSock cgid.sock
|
|||
LogFormat "%h %l %u %t \"%r\" %>s %b" Common
|
||||
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" Combined
|
||||
LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" VHostCombined
|
||||
CustomLog /tmp/access.log Combined env=!no_log
|
||||
#CustomLog /var/log/httpd/access.log Combined env=!no_log
|
||||
LogLevel warn allowmethods:crit authz_core:crit include:crit
|
||||
LogLevel info
|
||||
# allowmethods:crit authz_core:crit include:crit
|
||||
# ssl:warn
|
||||
ErrorLog syslog:local7
|
||||
|
||||
|
|
@ -310,7 +312,7 @@ DirectoryIndex disabled
|
|||
|
||||
Require all granted
|
||||
|
||||
AllowMethods GET POST OPTIONS
|
||||
AllowMethods GET HEAD POST OPTIONS
|
||||
|
||||
DirectoryIndex index.html
|
||||
<IfModule include_module>
|
||||
|
|
@ -341,7 +343,7 @@ DirectoryIndex disabled
|
|||
|
||||
Require all granted
|
||||
|
||||
AllowMethods GET POST OPTIONS
|
||||
AllowMethods GET HEAD POST OPTIONS
|
||||
|
||||
DirectoryIndex disabled
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue