[users@httpd] Mod Rewrite for Server Status 503, depending upon URL

2011-09-16 Thread Ujjwal Kumar
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

Re: [users@httpd] Best way to redirect within .htacces

2011-09-16 Thread Matus UHLAR - fantomas
- 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

Re: [users@httpd] mod_dbd, mod_authn_dbd examples

2011-09-16 Thread J.Lance Wilkinson
Nick Kew wrote: On Thu, 15 Sep 2011 17:01:17 -0400 J.Lance Wilkinson jl...@psu.edu 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

Re: [users@httpd] mod_dbd, mod_authn_dbd examples

2011-09-16 Thread Mark H. Wood
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

Re: [users@httpd] mod_dbd, mod_authn_dbd examples

2011-09-16 Thread J.Lance Wilkinson
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

[users@httpd] mod_cache not refreshing cached files

2011-09-16 Thread Brendon Anderson
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: IfModule mod_cache.c CacheDefaultExpire 60

Re: [users@httpd] Mod Rewrite for Server Status 503, depending upon URL

2011-09-16 Thread Mark Montague
On September 16, 2011 2:58 , Ujjwal Kumar ujjwal.ku...@bankbazaar.com 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

[users@httpd] Client certificate authentication stops working after some time

2011-09-16 Thread Erik Lee
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.