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
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
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
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
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
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
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
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