Re: How do I do full access logging including HTTP headers?
- From: Joe Smith <joe@xxxxxxxxx>
- Date: Mon, 30 Oct 2006 12:44:17 -0800
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.
Brian has shown how to look at the headers which the web server
choses to put into the %ENV hash. If there are headers that you
are interested in but the web server throws them away by the
time your script is run, then you are out of luck. You _have_
to change the web server behavior to get at that data. For shared
web hosting, that usually means switching to a different webhost.
-Joe
.
- References:
- Prev by Date: Re: Interesting behaviour with lexical variable
- Next by Date: Re: backup via ftp, depth copy, script already out there?
- Previous by thread: Re: How do I do full access logging including HTTP headers?
- Next by thread: parsing command line args
- Index(es):
Relevant Pages
|