[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

Re: [users@httpd] Logs analyse

2013-07-31 Thread Jerry K
looking at the home page of both products, the last Webalizer update was April 2011. The last Awffull update was in 2008. Jerry On 07/26/13 08:17 AM, Christopher Schultz wrote: Vitthal, On Jul 26, 2013, at 7:18, wrote: Can anyone tell me the name of apache logs analyzer tool which is free

[users@httpd] RE: EXT :Re: [users@httpd] apache 2.2.25 and svn commit

2013-07-31 Thread Brennan, Edward C (HII-Ingalls)
Thank you. I am trying to understand what the recommendation is here. I am currently using SVN 1.6.6 and have apache 2.2.22 in production (reverted back from 2.2.25). At this link: http://subversion.apache.org/security/CVE-2013-4131-advisory.txt there is this blurb: Making a copy of the

Re: [users@httpd] apache 2.2.25 and svn commit

2013-07-31 Thread Eric Covener
https://issues.apache.org/bugzilla/show_bug.cgi?id=55304 http://svn.apache.org/viewvc?view=revision&revision=r1506714 On Wed, Jul 31, 2013 at 11:33 AM, Brennan, Edward C (HII-Ingalls) wrote: > Hello, > I recently uninstalled apache 2.2.22 and installed 2.2.25 in order to > address security vul

[users@httpd] apache 2.2.25 and svn commit

2013-07-31 Thread Brennan, Edward C (HII-Ingalls)
Hello, I recently uninstalled apache 2.2.22 and installed 2.2.25 in order to address security vulnerabilities. Apache sits on top of subversion. A few days after the upgrade, some users reported issues performing the "svn commit" command on a file that resides in a folder with a space in the

[users@httpd] Denis KWONG is out of the office.

2013-07-31 Thread denis_cw_kwong
I will be out of the office starting 31.07.2013 and will not return until 01.08.2013. This notice is generated in response to your mail: From: users-digest-h...@httpd.apache.org Subject: users Digest 31 Jul 2013 10:05:39 - Issue 4629 Date: 31.07.2013 18:05:39 -

Re: [users@httpd] substituting proxy

2013-07-31 Thread Michael D. Wood
Burp Suite will do exactly this. http://portswigger.net/burp/ On 07/31/2013 06:04 AM, Robin Becker wrote: Not sure if I am using the right terminology, but I want to create a forward proxy that will allow me to substitute locally controlled content for some of the requests eg a specific remote

[users@httpd] substituting proxy

2013-07-31 Thread Robin Becker
Not sure if I am using the right terminology, but I want to create a forward proxy that will allow me to substitute locally controlled content for some of the requests eg a specific remote javascript file (which I wish to debug). My normal approach would be to save all html using a browser, but