# Define an access log for VirtualHosts that don't define their own logfile
<IfModule log_config_module>
<IfModule logio_module>
CustomLog /proc/self/fd/1 vhost_combined
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet