Hi!
I am trying to use a http request input filter to dump the post data of
certain requests into a file. (The filter is attached.)
Registering the input filter using
PerlInputFilterHandler +Leo::DumpInputData
works fine, the handler gets called on dump requests and the request
headers are writ
On Wednesday, October 27, 2010 15:01:01 Axel Hoehr wrote:
> Now my question: how do I get mod_perl to log error output to the virtual
> host logfile?
This question has been discussed several times before.
See for example:
http://www.gossamer-threads.com/lists/modperl/modperl/99248#99248
http:
Hi,
I'm using mod_perl in virtual host context. The error output of my perl scripts
and modules is routed to the default log file (debian5, standard
/var/log/apache2/error.log.
Non mod_perl error output is written to the virtual host errror log file,
specified as
...
ErrorLo