hi all

late last week, the ability to have an unescaped error_log was ported from
2.1 to 2.0 and 1.3.

for 2.1 and 2.0, I now build apache with

  $ CFLAGS="-DAP_UNSAFE_ERROR_LOG_UNESCAPED" ./configure --with-mpm=worker ...

for 1.3, I just add

  PERL_EXTRA_CFLAGS=-DAP_UNSAFE_ERROR_LOG_UNESCAPED

to my makepl_args.mod_perl.

keep in mind important security protections are being undermined when you do
this, so undoing the apache default is not to be taken lightly.  but for
mod_perl development, it's quite convenient.

anyway, just passing the info along.

--Geoff


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to