You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by san <sa...@cobalt.rmnet.it> on 2001/08/01 15:24:12 UTC

mod_log_config.c patch

I've made a simple patch for mod_log_config.c to allow for log escaping.
Chars to be escaped are specified in the format string on a log item basis.

As long as no escape specification is given in the format string no
espace will be performed, so we can keep staying CLF. 

I'm not subscribed to any apache mailing list, but I'd like to get feedback
on the code. If any, please send me a private copy.

The patch is at: http://cobalt.rmnet.it/~san/apache_patches/

--san;