]> git.ralfj.de Git - ansible.git/blobdiff - roles/apache/files/other-vhosts-access-log.conf
add shared apache config
[ansible.git] / 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 (file)
index 0000000..284c0cd
--- /dev/null
@@ -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