https://issues.apache.org/bugzilla/show_bug.cgi?id=54887
Bug ID: 54887
Summary: htaccess directives not working with mod_proxy_fcgi
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_fcgi
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
While using mod_proxy_fcgi like:
RewriteRule ^/(.*\.(php|php3|php4|php5|phps|phtml|inc)(/.*)?)$
fcgi://172.16.0.11:1007/DOCROOT/$1 [P]
directives in .htaccess like
-deny from xxx
<Files file.php>
deny fromxxx
</Files>
etc. would not work - file will be processed by backend and returned to browser
without further .htaccess check.
We should be able to run "auth phase 'check access (with Satisfy All)'" with
mod_proxy_fcgi like with mod_fcgid.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]