Mailing List Archive

Logging format
Hi,

is there a possibility to log the complete sent POST-data out of an apache
logging-rule?

Thanks.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Logging format [ In reply to ]
On Mon, 25 Feb 2002 Mike.Lohmann@Bertelsmann.de wrote:
> is there a possibility to log the complete sent POST-data out of an apache
> logging-rule?

No. I don't believe so. (Well, actually, I think the ScriptLog does
this, but you should only use that for debugging.)

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Logging format [ In reply to ]
Joshua Slive wrote:
>
> On Mon, 25 Feb 2002 Mike.Lohmann@Bertelsmann.de wrote:
> > is there a possibility to log the complete sent POST-data out
> > of an apache logging-rule?
>
> No. I don't believe so. (Well, actually, I think the ScriptLog does
> this, but you should only use that for debugging.)

For Apache 1.3, the answer is definitely 'no', not even with
ScriptLog (which I think hasn't worked in years). The message
body is consumed once, and isn't available to any other part of
Apache after whatever read it has done so.

In 2.0 something could probably be done with an input filter,
but since POST message bodies are commonly huge, logging them
would be contraindicated in most cases. :-)
--
#ken P-)}

Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/
Author, developer, opinionist http://Apache-Server.Com/

"Millennium hand and shrimp!"

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org