blob: 5e9f5e9e7ff6ac8f03ad1b4df70a1afd65f60353 (
plain)
1
2
3
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
|