You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@attglobal.net> on 2003/08/05 14:21:35 UTC

Re: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

nd@apache.org wrote:

>   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..."




Re: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

Posted by Jeff Trawick <tr...@attglobal.net>.
André Malo wrote:
> * Jeff Trawick wrote:
> 
> 
>>>  +    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..."
> 
> 
> I thought, I'd be funny :-)

my main point was "supported" instead of "support", as Thom later 
pointed out :)

but "build" is probably more accurate than "incarnation"


Re: cvs commit: httpd-2.0/modules/mappers mod_rewrite.c

Posted by André Malo <nd...@perlig.de>.
* Jeff Trawick wrote:

>>   +    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..."

I thought, I'd be funny :-)

thanks, nd