DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43322>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43322 Summary: Exceptions which starts from "!" in ProxyPass doesn't work if auth on. Product: Apache httpd-2 Version: 2.2.4 Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Exceptions which starts from "!" in the directive ProxyPass doesn't work if auth for this directory is on. Apache proxy my request to remote server instead of showing local files. If I turn off auth, all work fine. Apache version is: apache2-2.2.5-alt1 The same bug i've got on 2.2.4, but all was fine on apache 2.0.x The part of my config file: <..skip..> ProxyPass /pma/ ! ProxyPass / http://192.168.4.2/ <..skip..> <Directory "/net/www/html/pma"> Options Indexes FollowSymLinks MultiViews AllowOverride None AuthType basic AuthName "Please enter a password:" AuthUserFile /net/www/private/psw.txt Require valid-user </Directory> <..skip..> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
