Re: [EMAIL PROTECTED] Not logging certain requests

2008-09-27 Thread Christian Lerrahn
On Thu, 25 Sep 2008 20:54:10 +0200 Davide Bianchi [EMAIL PROTECTED] wrote: Christian Lerrahn wrote: is there a way to configure Apache as to not log requests from certain IP addresses? Yes, conditional logging is what you're looking for. SetEnvIf Remote_Addr the\.ip\.address\.here

[EMAIL PROTECTED] Not logging certain requests

2008-09-25 Thread Christian Lerrahn
Hi, is there a way to configure Apache as to not log requests from certain IP addresses? I'd like to make sure that mirroring by a certain machine does not show up in my log files because my site has plenty of files and I will clog up a lot of logs with mirroring if I log as usual. Cheers,

Re: [EMAIL PROTECTED] apache install error

2008-05-01 Thread Christian Lerrahn
Hi Patrick, no listening sockets available, shutting down Unable to open logs Check the path of your log files. In my experience Apache can be very sensitive when it comes to not being able to log. It is weird that you also get the error message about the socket being unavailable even though

Re: [EMAIL PROTECTED] Redirecting paths with extra slashes

2007-12-09 Thread Christian Lerrahn
On Sun, 9 Dec 2007 11:06:31 -0500 Eric Covener [EMAIL PROTECTED] wrote: On Dec 9, 2007 1:09 AM, Christian Lerrahn [EMAIL PROTECTED] wrote: RewriteRule (.*/)/+(.*) $1$2 [R=permanent,L] fixes almost all of my problems. The only problem that remains is that the pattern doesn't match

Re: [EMAIL PROTECTED] Redirecting paths with extra slashes

2007-12-08 Thread Christian Lerrahn
On Fri, 7 Dec 2007 22:38:33 -0500 Joshua Slive [EMAIL PROTECTED] wrote: On Dec 7, 2007 8:18 PM, Christian Lerrahn [EMAIL PROTECTED] wrote: Hi, I have a site that for some reason got indexed by Google with wrong paths which contain too many slashes. E.g. instead of an entry for /foo/bar

Re: [EMAIL PROTECTED] Redirecting paths with extra slashes

2007-12-08 Thread Christian Lerrahn
On Sat, 8 Dec 2007 15:40:09 +0100 Torsten Foertsch [EMAIL PROTECTED] wrote: On Sat 08 Dec 2007, Christian Lerrahn wrote: RewriteEngine On RewriteRule (.*)//+(.*) $1$2 [R=permanent,L] Thanks for that. I'm sorry to still bother. I'd like to get rid of paths like //foo/bar, too, which

[EMAIL PROTECTED] Redirecting paths with extra slashes

2007-12-07 Thread Christian Lerrahn
Hi, I have a site that for some reason got indexed by Google with wrong paths which contain too many slashes. E.g. instead of an entry for /foo/bar there might be one for /foo///bar Now this is no problem for a Apache but it is for some of my pages because they use relative paths. If I have an