You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/04/14 00:42:17 UTC

DO NOT REPLY [Bug 53069] "Require not ip" generates error

https://issues.apache.org/bugzilla/show_bug.cgi?id=53069

--- Comment #1 from orrd101@yahoo.com 2012-04-13 22:42:17 UTC ---
Thanks to someone who replied in a support forum, this is apparently the
correct usage:

<Directory xxxxx/> 
<RequireAll> 
Require all granted 
Require not ip 10.252.46.165
</RequireAll> 
</Directory> 

I recommend that the documentation page at
http://httpd.apache.org/docs/2.4/howto/access.html and the error message
"negative Require directive has no effect in <RequireAny> directive" should be
changed to make this more clear for other users.  The information on the
documentation page and in the error message are both misleading.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org