Skip to content
Snippets Groups Projects
Commit c4b989e8 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/apache#6 Define ErrorLogFormat

parent a1dbdba0
Branches
No related tags found
No related merge requests found
......@@ -13,10 +13,3 @@ SSLOptions +StrictRequire
# Add vhost name to log entries:
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" vhost_combined
LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
#CustomLog /var/log/apache2/access.log vhost_combined
#LogLevel warn
#ErrorLog /var/log/apache2/error.log
# Always ensure Cookies have "Secure" set (JAH 2012/1)
#Header edit Set-Cookie (?i)^(.*)(;\s*secure)??((\s*;)?(.*)) "$1; Secure$3$4"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment