DocumentRoot /opt/apache/htdocs
ProxyPass / balancer://group1/ timeout=5 maxattempts=3 fallback-redirect=fallthrough:/holding.html

Would this work?

RewriteCond %{REQUEST_URI} !-U
RewriteRule /.* http://fallback.server/notworking.html

Joost

Reply via email to