Re: How do I do full access logging including HTTP headers?
- From: Brian Wakem <no@xxxxxxxxx>
- Date: Sun, 29 Oct 2006 22:02:36 +0000
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
.
- Follow-Ups:
- References:
- Prev by Date: How do I do full access logging including HTTP headers?
- Next by Date: Re: Looking for a lightweight GUI editor on Windows
- Previous by thread: 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
|
|