in reply to Generating more readable errors with mod_perl
I'm not the best mod_perl nor Apache expert here around but I suspect this is not a mod_perl issue but an Apache one:
> Starting from 2.0.49, the Apache logging API escapes everything that goes to error_log..
CFLAGS="-DAP_UNSAFE_ERROR_LOG_UNESCAPED" ./configure seems to be the related configuration, but must be enabled at build time.. ;=(
It's supposed to be a security issue: you must investigate it further. See here
L*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Generating more readable errors with mod_perl
by nysus (Parson) on Nov 26, 2017 at 05:04 UTC | |
by Discipulus (Canon) on Nov 26, 2017 at 09:26 UTC |