Re: enabling httpd v2.4's mod_proxy_fcgi + "ProxyPassMatch" breaks 'Index' display ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux