Entry
Setenv VLOG in my virtual host is not using the same log but creates a new log with every request
Aug 4th, 2002 07:22
Quentin Neill, rob harvey,
I saw the same behvior when I put the following in my
/etc/httpd/conf/vhosts/Vhosts.conf file:
<VirtualHost 192.168.0.3>
...
Setenv VLOG /var/log/httpd/thewebsite
...
</VirtualHost>
With that entry, all requests to that virtual host 'thewebsite.com'
show up in the directory /var/log/httpd/thewebsite ... If I comment
that out, then they appear in /var/log/httpd.