| Author |
apache2.2.2 cant get user-agents to show
|
|
| jcharth@hotmail.com 2007-01-24, 7:21 pm |
| Hello I enable the combined log on my box and it is not working
here are my httpd.conf directives
CustomLog logs/access_log combined
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined
dsl88-226-2583.net.net - - [24/Jan/2007:14:50:59 -0500] "GET
/common/icon-info.png HTTP/1.1" 200 177
Looks like i am missing user agents and refer
Help!!!
| |
|
| <jcharth@hotmail.com> schreef in bericht
news:1169671544.028855.5860@s48g2000cws.googlegroups.com...
> Hello I enable the combined log on my box and it is not working
>
> here are my httpd.conf directives
>
> CustomLog logs/access_log combined
> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
> \"%{User-Agent}i\"" combined
Swap the tow line to define format BEFORE using it
HansH
| |
| jcharth@hotmail.com 2007-01-25, 7:21 am |
| I did post them in the wrong order, I will try to recompile a new
apache
On Jan 24, 4:33 pm, "HansH" <h...@invalid.invalid> wrote:
> <jcha...@hotmail.com> schreef in berichtnews:1169671544.028855.5860@s48g2000cws.googlegroups.com...> Hello I enable the combined log on my box and it is not working
>
>
>
> HansH
| |
| jcharth@hotmail.com 2007-01-26, 1:20 pm |
| Same problem I recompile apache downloaded the stable 2.0.59 version
and No Cheese. Very strange. I put a php script on the server to show
me the user-agent variables and it worked but I cant see the user
agents in the logs 
On Jan 25, 7:41 am, jcha...@hotmail.com wrote:[vbcol=seagreen]
> I did post them in the wrong order, I will try to recompile a new
> apache
>
> On Jan 24, 4:33 pm, "HansH" <h...@invalid.invalid> wrote:
>
>
>
>
| |
| shimmyshack 2007-01-26, 1:20 pm |
|
On Jan 26, 3:59 pm, jcha...@hotmail.com wrote:[vbcol=seagreen]
> Same problem I recompile apache downloaded the stable 2.0.59 version
> and No Cheese. Very strange. I put a php script on the server to show
> me the user-agent variables and it worked but I cant see the user
> agents in the logs 
>
> On Jan 25, 7:41 am, jcha...@hotmail.com wrote:
>
>
>
>
>
>
have you got either of these loaded?
LoadModule logio_module modules/mod_logio.so
LoadModule log_config_module modules/mod_log_config.so
| |
| jcharth@hotmail.com 2007-01-28, 1:20 pm |
| found the problem i had several config files and many had references
to the common format. just did a grep in /conf folder and clean them
up a little bet.
On Jan 26, 12:39 pm, "shimmyshack" <matt.fa...@gmail.com> wrote:
> On Jan 26, 3:59 pm, jcha...@hotmail.com wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
> LoadModule logio_module modules/mod_logio.so
> LoadModule log_config_module modules/mod_log_config.so- Hide quoted text -- Show quoted text -
|
|
|
|