ansible_etalon_web/files/other-vhosts-access-log.conf
2022-09-04 17:18:06 +02:00

6 lines
251 B
ApacheConf

# Define an access log for VirtualHosts that don't define their own logfile
#CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log vhost_combined
CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log detailed
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet