Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

RewriteLog not working (apparently)


I've been banging my head against a wall for the past day or so with a rewrite issue. For some reason, my rewrite logs stopped working, so I can't see exactly where the problem is coming from so I can make a directive to exclude the issue.

My conf file looks like so:

Code:

<VirtualHost *:80>
ServerName
ServerAlias
DocumentRoot
ServerAdmin
UseCanonicalName Off
CustomLog
<IfModule mod_suphp.c>
suPHP_UserGroup
</IfModule>
<IfModule !mod_disable_suexec.c>
SuexecUserGroup
</IfModule>
ScriptAlias /cgi-bin/

Include "testing.rewrite.conf"
RewriteLog "logs/rewrite_log"
RewriteLogLevel 2
</VirtualHost>

I'm intentionally not including server ip, name and alias configuration. The server works, rewrites also work, but the rewrite_log file is completely empty. I know for certain that it was working before, but I had commented it out at a point due to there being no need to debug it. I've ran through the manual about five or six times, googled the issue and done all suggested solutions I've stumbled on, but I'm still running into the problem. Any help would be appreciated.
View Original Thread
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: working, issue, rewrite, server
DO NOT REPLY New: No documentation on the logging format of RewriteLog
Aug 30, 2010
https://issues.apache.org/bugzilla/show_bug.cgi?id=49844 Summary: No documentation on the logging format of RewriteLog Product: Apache httpd-2 Version: 2.2-HEAD Platform: All OS/Version: All …

DO NOT REPLY enhance mod_rewrite and RewriteLog directive to support Windows UNC path
Jun 6, 2010
https://issues.apache.org/bugzilla/show_bug.cgi?id=47489 Stefan Fritsch <s### @sfritsch.de> changed: What |Removed |Added

JAX-RS not working
Aug 16, 2010
Hi I am unable to deploy JAX-RS and JAX-WS web services in Tomcat/JBoss. I believe there is something wrong with the beans.xml file. <jaxws:endpoint id="hello" implementor="#helloRest" address="/Hello"/> …

Working C example?
May 27, 2010
Hi, looking in the http://activemq.apache.org/c-integration.html C cross-client implementations http://svn.apache.org/repos/asf/activemq/sandbox/openwire-c/ OpenWire and http://svn.stomp.codehaus.org/browse/stomp/trunk/c/ STOMP C…

@Many doesn't seem to be working
Aug 25, 2010
I have the following simple example that should be working (independently they do) but the "many=@Many" result for the rolesAdopted property (that should be calling the "getUserRolesByName" and executing the constructor for instantiating an…

working toward a release
Aug 23, 2010
Hi, I've been working to overhaul the build system to phase out the custom JavaScript build script in favor of Ant. I'm currently writing a blog post about the full process leading up to this, but suffice it to say that I now have an Ant script…

working toward a release
Aug 29, 2010
Hi All guys, since the Commons PMC awarded me giving me the writing rights, I'd like to work on the Digester to publish a new release, since a new feature will be contained. For what I can see, there are few build-related minor issues: - ant…

FileUpload not working
Jul 1, 2010
Hi guys, I'm using the Apache Commons FileUpload lib and I'm getting this strange behaviour in just one of my servers. All others work perfectly. servletfileupload.parseRequest(request) always returns an empty list. But if I check for: …

SSL Not working on tomcat 5.5.29
Jul 2, 2010
Hi All, I am working on upgrading tomcat from 5.5.28 to 5.5.29 for one of the applications. I see that the website renders and works fine in 5.5.29 on port 8080 (non SSL) but with SSL (port 8443) the website doesnot run at all. When I try to see…

Re: anyone working on BCEL ?
May 24, 2010
On 24/05/2010, Mark Thomas <ma### @apache.org> wrote: > On 24/05/2010 22:34, sebb wrote: > > Is anyone working on - or wanting to work on - BCEL at present? > > > Try the Jakarta dev list. BCEL isn't a commons component. …