[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] HTTP server log
- Subject: Re: [cobalt-users] HTTP server log
- From: "Zeffie" <cobaltlist@xxxxxxxx>
- Date: Sat Mar 4 11:22:33 2000
----- Original Message -----
From: "manitu" <manitu@xxxxxxxxxx>
To: "Cobalt Mailinglist" <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Saturday, March 04, 2000 8:03 AM
Subject: [cobalt-users] HTTP server log
> Hello all,
>
> heres one entry from my server log
>
> www.manitu.net 212.33.43.134 - - [04/Mar/2000:13:10:29 +0100] "GET
> /deutsch/images/icon_webhosting.gif HTTP/1.1" 200 1298
> "http://www.manitu.net/deutsch/index.html" "Mozilla/4.0 (compatible; MSIE
> 5.01; Windows 98)"
>
> I am interested in what the two - at the third and forth position mean ? I
> have not found any explanation in the apache documentation. The
> configuration of my RaQ2 says
>
> LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
> \"%{User-Agent}i\"" combined
>
> I think the two - are the %l and %u statements.
>
> Does anybody know what they are good for ?
>
This link will get you started
http://www.apache.org/docs/mod/mod_log_config.html
Zeffie