[users@httpd] Rewrites not working in 'server config'

2012-09-19 Thread David Hubbard
Is there a trick to getting rewrites working in the base config file? I'm trying to block a bad bot by user agent server-wide, I tested it in one site and have the relevant rewrites working fine in .htaccess, but when moving them to the global config, it does not work. I tried wrapping in a direc

RE: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread David Hubbard
From: Garrison, Jim (ETW) [mailto:jim.garri...@nike.com] > > > -Original Message- > > Subject: Re: [users@httpd] Apache taking (exactly) 30 > seconds to serve > > static images > > Just a wild guess, but is it possible Apache is configured to resolve > Hostnames and rDNS is not set up

RE: [users@httpd] Weird error in error_log -> sh: /which: No such file or directory

2011-03-03 Thread David Hubbard
That unfortunately is all there is with regard to this error: sh: /which: No such file or directory no timestamp, pid, etc. David > -Original Message- > From: Manoj Samtani [mailto:manoj.kuma...@hotmail.com] > Sent: Thursday, March 03, 2011 2:43 AM > To: users@httpd.apache.org > Subje

[users@httpd] Weird error in error_log -> sh: /which: No such file or directory

2011-03-02 Thread David Hubbard
I'm seeing this in the error_log file: sh: /which: No such file or directory fairly frequently. Server is centos 5.5 with current centos rpm of apache 2.2.3. The server is running the plesk control panel so there are lots of various include files that make up the apache config. That error seem

[EMAIL PROTECTED] SSLCipherSuite not disabling export ciphers?

2008-12-04 Thread David Hubbard
Can someone tell me if the SSLCipherSuite directive has any known issues with not fully adhering to what it is given? I've been trying to make a server pci compliant by disabling all weak SSL ciphers and whatever I try is not disabling the export grade ciphers. I'm using: SSLCipherSuite HIGH:MED

[EMAIL PROTECTED] Regular expressions in rewrites differs by version?

2006-05-03 Thread David Hubbard
Hello everyone, can someone tell me if the regular expression support has changed between 1.3 and 2.0 where some escape sequences don't work in the former, such as \w, \d, etc. Thanks, David - The official User-To-User support f

[EMAIL PROTECTED] Limit simultaneous cgi per virtual host?

2006-04-12 Thread David Hubbard
Hi all, I was wondering if there's an equivalent to RLimitNPROC that will limit the number of simultaneously running cgi scripts on a per-virtual host basis? Or even a mod. Thanks, David - The official User-To-User support for

[EMAIL PROTECTED] 404 error byte logging

2006-02-24 Thread David Hubbard
Hi all, sorry if this has been asked before, couldn't find it in the archives. I was curious about why Apache logs the bytes of the 404 error document to a 404 request in the log when that is only actually accurate for 404's involving pages that the browser actually accepts the error document? For