With this, RewriteCond %{REQUEST_URI} !index\.php$ RewriteCond %{REQUEST_URI} \.php RewriteRule ^/test(/.*)$ fcgi://127.0.0.1:9000/srv/www/text/$1 [P]
I see both the directory index @ http://myhost.com/, and all http://myhost.com/...php... exec correctly. Everything !php bypasses the proxy. It's not pretty, but it works. Never managed to get ProxyPassMatch to behave. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org