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

           Summary: Add "Deny from all" to configuration example
           Product: Apache httpd-2
           Version: 2.2.0
          Platform: Other
               URL: http://httpd.apache.org/docs/2.2/en/mod/core.html#satisf
                    y
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hello,

I suggest to change the configuration example from:

Require valid-user
Allow from 192.168.1
Satisfy Any

to something like:

Require valid-user
Order deny,allow
Allow from 192.168.1
Deny from all
Satisfy Any

So, the configuration example will work "out-of-the-box".

-- 
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]

Reply via email to