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



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


.



Relevant Pages