You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Reindl Harald <h....@thelounge.net> on 2011/04/24 18:17:41 UTC

mod_rewrite: no path in error-log

this warnings are useless as long there is no hint where the
rule is defined - the host has 200 domains and somebody
did somewhere something wrong :-(

it is normal to use a central error-log becuase nobody can look
in hundrets of them each day

[Sun Apr 24 18:09:25 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:25 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored.
[Sun Apr 24 18:09:25 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:25 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored.
[Sun Apr 24 18:09:27 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:27 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored.
[Sun Apr 24 18:09:29 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:29 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored.
[Sun Apr 24 18:09:30 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:30 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored.
[Sun Apr 24 18:09:32 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:32 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored.
[Sun Apr 24 18:09:34 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:34 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored.
[Sun Apr 24 18:09:36 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:36 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored.
[Sun Apr 24 18:09:38 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will
be ignored.
[Sun Apr 24 18:09:38 2011] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will
be ignored


Re: mod_rewrite: no path in error-log

Posted by Reindl Harald <h....@thelounge.net>.

Am 25.04.2011 20:30, schrieb Stefan Fritsch:
> On Sunday 24 April 2011, Reindl Harald wrote:
>> this warnings are useless as long there is no hint where the
>> rule is defined - the host has 200 domains and somebody
>> did somewhere something wrong :-(
> 
> True. Fixed in trunk in r1096551

Thank you!

Finally i found it with some find / grep combination
yesterday but i'm happy to see clear messages
in the future

-- 

Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/

http://www.thelounge.net/signature.asc.what.htm


Re: mod_rewrite: no path in error-log

Posted by Stefan Fritsch <sf...@sfritsch.de>.
On Sunday 24 April 2011, Reindl Harald wrote:
>   this warnings are useless as long there is no hint where the
> rule is defined - the host has 200 domains and somebody
> did somewhere something wrong :-(

True. Fixed in trunk in r1096551