github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/etc/apache2/conf-available/other-vhosts-access-log.conf (about)

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