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=38325>. 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=38325 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2006-03-16 19:48 ------- This is a problem with any resource where Apache is configured to use a handler or interpreter. Apache is configured to use a handler with 'Action my-handler /path/handlercgi' & 'AddHandler my-handler foo' or 'SetHandler my-handler'. This is not a problem only with PHP Authentication defined on the *handler* (/path/handlercgi) using AuthType is described by AUTH_TYPE & REMOTE_USER environment variables Authentication defined on the *actual resource* using AuthType is described by REDIRECT_REMOTE_USER - but there is no REDIRECT_AUTH_TYPE environment variable! I just encountered this problem yet again, trying to determine the AUTH_TYPE in Moin where the Moin CGI is handled by CGIWrap Authentication defined on CGIWrap is described by AUTH_TYPE & REMOTE_USER, authentication defined on the Moin CGI is described by REDIRECT_REMOTE_USER - but since there is no REDIRECT_AUTH_TYPE, it is impossible for Moin to tell what AUTH_TYPE was defined on the actual Moin CGI Thanks again - Jack -- 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]
