
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] apache vhosts logging
- Date: Tue, 14 Jul 2015 18:31:30 +0900
- From: Kalin KOZHUHAROV <me.kalin@example.com>
- Subject: [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