Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tlug] apache vhosts logging



Has anyone tried to use single access_log for several (but NOT all)
VirtualHosts?

e.g.

<VirtualHost 10.1.1.1:80>
   CustomLog /var/log/access_log
....
</VirtualHost>

<VirtualHost 10.2.2.2:81>
   CustomLog /var/log/access_log
....
</VirtualHost>

Will apache handle that gracefully (not trying to open 2 FD to the
same file and overwrite the contents)?

I never tried that, and would never probably do it, but someone else
is and I don't know how/whether it works ;-)

Thanks,
Kalin.


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links