Re: [users@httpd] Debugging mod_rewrite

2013-08-04 Thread C. Benson Manica
Ah, I see, that wasn't at all clear from the documentation. It looks like if I move those lines then I get some entries in the log. Thanks for clearing that up. On Thu, Aug 1, 2013 at 1:37 AM, Philip Wigg wrote: > On 1 August 2013 03:13, C. Benson Manica wrote: > > Apache creates the log file

Re: [users@httpd] Debugging mod_rewrite

2013-08-01 Thread Philip Wigg
On 1 August 2013 03:13, C. Benson Manica wrote: Apache creates the log file I specify, but logs nothing to it even when > processing rewrite rules that I know work. What in the heck am I missing? > Where do those config lines need to go? > Are the working rewrite rules definitely in the same Vi

[users@httpd] Debugging mod_rewrite

2013-07-31 Thread C. Benson Manica
I have tried for hours to get Apache 2.2.22 on a Mac to produce debug logging for mod_rewrite, and have gotten absolutely nowhere. I have RewriteLog "/tmp/rewrite.log" RewriteLogLevel 8 in my configuration file, inside a element. Apache creates the log file I specify, but logs nothing to it ev