Index: mod_rewrite.c
===================================================================
RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_rewrite.c,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- mod_rewrite.c 4 Aug 2003 23:43:39 -0000 1.218
+++ mod_rewrite.c 5 Aug 2003 12:12:21 -0000 1.219
@@ -4659,6 +4659,16 @@
* +-------------------------------------------------------+
*/
+#ifdef REWRITELOG_DISABLED
+static const char *fake_rewritelog(cmd_parms *cmd, void *dummy, const char *a1)
+{
+ return "RewriteLog and RewriteLogLevel are not support by this incarnation "
+ "of mod_rewrite, because it was compiled using the "
"are not supported by this build of mod_rewrite because..."