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
.
Relevant Pages
- Re: How do I do full access logging including HTTP headers?
... any idea how to use .htaccess how to make it run whenever .htaccess ... can do full logging of all the HTTP headers for each hit. ... Brian Wakem ... (comp.lang.perl.misc) - Re: Logon privacy statement appear on the screens
... >screens of all our users PRIOR to logging in to the ... >will not be able to log in if they hit nothing or the "I ... still simpler in ICT terms. ... (microsoft.public.security) - Re: Yet another Newbie asking for assistance
... Okay, I have tried to figure out how to do the logging for this problem ... and have hit a brick wall. ... (microsoft.public.scripting.wsh) - Re: Logging on extra steps
... But logging off, while different, is still multiple steps. ... I must choose shut down and hit OK. ... on brings me to a dialogue box where I must hit Ok to then finally get my ... Turning off the laptop, I encounter two steps. ... (microsoft.public.windowsxp.general) - Re: How do I do full access logging including HTTP headers?
... script that can do full logging of all the HTTP headers for each hit. ... Logging can only be done by the tool, that is performing the action. ... therefore the web server must log its own action. ... (comp.lang.perl.misc) |
|