Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] apache vhosts logging
- Date: Tue, 14 Jul 2015 11:51:56 +0100
- From: Darren Cook <darren@example.com>
- Subject: Re: [tlug] apache vhosts logging
- References: <CAKXLc7ejnGexFonXcaVAe_nYd5o287yHxfVP+A8h6m0fKEPM4w@mail.gmail.com>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
> <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)? Apache 2.2 or 2.4? (I don't know the answer either way, but it tells you which source code you need to look at.) (Having had a quick poke around https://github.com/winlibs/apache/blob/master/2.4.x/modules/loggers/mod_log_config.c my guess is that it opens two FDs, as I cannot spot any checks.) Darren
- Follow-Ups:
- Re: [tlug] apache vhosts logging
- From: Kalin KOZHUHAROV
- References:
- [tlug] apache vhosts logging
- From: Kalin KOZHUHAROV
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Program to Save / Remap Bad Sectors
- Next by Date: Re: [tlug] apache vhosts logging
- Previous by thread: Re: [tlug] apache vhosts logging
- Next by thread: Re: [tlug] apache vhosts logging
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links