Sebastian Podjasek wrote:
Hello everyone,
sorry for bothering but something changed from my previous mod_perl
version. Now I'm using 1.29.0.2-4 from Debian package, previosly
I've used 'log_error' to dump some variables via Data::Dumper for
debugging. Currently it is almost impossible to read the output
because text isn't quoted?? for example I get '\n' instead of new
line, or every national character is escaped as hex.

Could someone please tell me what was changed, or where can I change
it back.

Yes, both Apache generations now escape almost everything that goes to the error_log. Please read about the new -DAP_UNSAFE_ERROR_LOG_UNESCAPED compile time option.


Apache 1.3:
http://perl.apache.org/docs/1.0/guide/install.html#Unescaping_F_error_log_

Apache 2.0:
http://perl.apache.org/docs/2.0/user/install/install.html#Apache

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to