faqts : Computers : Internet : Web Servers : Apache

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 10 people (40%) answered Yes
Recently 4 of 10 people (40%) answered Yes

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.