Re: How do I do full access logging including HTTP headers?



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