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: bugs@httpd.apache.org
ReportedBy: alex@meersau.de
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|