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=29769>.
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=29769

Default 403 Forbidden Error Gives Additional Errors

           Summary: Default 403 Forbidden Error Gives Additional Errors
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Using the default configure settings for a compiled from source version of 
Apache httpd 2.0.49 on Redhat Linux 6.2, & 9 Platforms

When accessing the URL to a user directory that doesn't have a public html 
directory or any other directory or file that the user doesn't have permissions 
to get to Apache returns a standard "403 Forbidden" Page that also includes the 
error "Additionally, a 403 Forbidden error was encountered while trying to use 
an ErrorDocument to handle the request."

This happens with the default 403 Forbidden Page.

With a custom ErrorDocument 403 is specified in the httpd.conf -

This Works:
ErrorDocument 403 "No Access"

These Don't Work:
ErrorDocument 403 /error403page.html
ErrorDocument 403 http://www.someothersite.com/error403.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to