Subject: Re: apache
To: Mipam <reinoud@ibbnet.org>
From: Thomas Michael Wanka <tm_wanka@earthling.net>
List: netbsd-help
Date: 02/23/2000 03:40:39
On 22 Feb 00, at 12:34, Mipam wrote:

> Hi There,
> 
> Anyone here uses apache to host some pages?
> I got some questions on logging but cant find any docs about it.
> At least not this kind of logging, AFAICS the logging apache does is
> the ip from which request for your page come, but if you want to log
> the browser from which ppl come for example how does that work?
> Sincerely,
> 
> Reinoud.

Hi,

You might try

http://www.apache.org/docs/mod/mod_log_config.html#logformat

for the runtime configuration directive and

http://www.apache.org/docs/mod/mod_log_config.html#formats

for the possible logfile contents.

mike