Is there a solution to this problem? This doesn't work:

DirectoryIndex index.cgir index.php index.html
<FilesMatch \.(cgi|cgir|php3|php)$>
  RewriteRule ^/(.*)$ proxy:http://www-modperl:8888/$1
</FilesMatch>

Something like

RewriteCond %{REQUEST_URI} \.(cgi|cgir|php3|php)$
RewriteRule ^/(.*) http://www-modperl:8888/$1 [P]

Joost

Reply via email to