I want to redirect only if there is an error (server status 503). Without
the error, this is the redirect script, which works fine:
Redirect /music http://google.com/music
Redirect /talk http://pidgin.com/some_gtalk_url
But, this redirects /music to http:// google.co/music in all cases. I want
th
- francois.ging...@gmail.com -
http://httpd.apache.org/docs/trunk/rewrite/remapping.html#canonicalhost
On 13.09.11 17:03, atanasp...@mail.bg wrote:
I've already seen it, but unfortunetely I can't get the VirtualHost
solution to work in .htaccess and I can't understand what's the
proble
Nick Kew wrote:
On Thu, 15 Sep 2011 17:01:17 -0400
"J.Lance Wilkinson" wrote:
Now, I am NOT a Database person. I used what was in the mod_authn_dbd
documentation just to get started. The mod_dbd docs says this selects an
apr_dbd driver name. It's not clear to me if I even HAVE any apr_dbd d
Some clues at:
http://old.nabble.com/help-with-mod_authn_dbd-and-oracle-td20562832.html
The actual DBMS drivers are built into apr-util, or supplied
separately since they can be dynamically loaded. In your environment,
if it's supplied separately then just be sure you got it; otherwise,
if you
Mark H. Wood wrote:
Some clues at:
http://old.nabble.com/help-with-mod_authn_dbd-and-oracle-td20562832.html
The actual DBMS drivers are built into apr-util, or supplied
separately since they can be dynamically loaded. In your environment,
if it's supplied separately then just be sure you got
I am using mod_cache with Apache 2.2.20. I am using mod_jk to forward
requests to Tomcat.
mod_cache is not refreshing it's cache, no matter if I am using disk
or memory caching. Here is a snipped of the relevant configuration:
CacheDefaultExpire 60
CacheMaxExpire 61
Ca
On September 16, 2011 2:58 , Ujjwal Kumar
wrote:
* /music is not a physical directory
What is /music? Is this URL proxied? Is the content for this URL
generated by a script? Something else?
* In one sentence, the problem is to redirect specific urls (a) to a
page only if that
Hello list-members,
I'm trying to diagnose why client certificate authentication starts to fail
after having run for some amount of time on a RHEL server running httpd
2.2.3-45.el5. When it fails, restarting the daemon can resolve it but I've been
told that sometimes it takes several restarts.