X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/4763f339a2f3f37ccfd4dcc009c83614efc302cc..37172332242967cf211f16c179c2a69135aa9b52:/roles/apache/files/other-vhosts-access-log.conf diff --git a/roles/apache/files/other-vhosts-access-log.conf b/roles/apache/files/other-vhosts-access-log.conf new file mode 100644 index 0000000..284c0cd --- /dev/null +++ b/roles/apache/files/other-vhosts-access-log.conf @@ -0,0 +1,4 @@ +# Define an access log for VirtualHosts that don't define their own logfile +#CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log vhost_combined + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet