diff options
Diffstat (limited to 'debian/config-dir/conf-available/other-vhosts-access-log.conf')
-rw-r--r-- | debian/config-dir/conf-available/other-vhosts-access-log.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/config-dir/conf-available/other-vhosts-access-log.conf b/debian/config-dir/conf-available/other-vhosts-access-log.conf new file mode 100644 index 0000000..5e9f5e9 --- /dev/null +++ b/debian/config-dir/conf-available/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 |