Re: How do I do full access logging including HTTP headers?
- From: "Nu" <no@xxxxxxxx>
- Date: Sun, 29 Oct 2006 23:25:48 GMT
Thanks, any idea how to use .htaccess how to make it run whenever .htaccess
is called up?
"Brian Wakem" <no@xxxxxxxxx> wrote in message
news:4qkmnsFn8ecdU2@xxxxxxxxxxxxxxxxx
Nu wrote:
My webhost has sucky logging. So I'm looking for a perl or PHP script
that
can do full logging of all the HTTP headers for each hit. I websearched
for hours and came up with nothing.
This should get you started:
print "$_ -> $ENV{$_}\n" foreach keys %ENV;
--
Brian Wakem
Email: http://homepage.ntlworld.com/b.wakem/myemail.png
.
- References:
- Prev by Date: Re: How do I do full access logging including HTTP headers?
- Next by Date: parsing command line args
- Previous by thread: Re: How do I do full access logging including HTTP headers?
- Next by thread: Re: How do I do full access logging including HTTP headers?
- Index(es):
Relevant Pages
|