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 2006/12/04 14:58:11 UTC

DO NOT REPLY [Bug 41103] New: - unexpected behavior - htaccess - limit get - deny - inline comment

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

           Summary: unexpected behavior - htaccess - limit get - deny  -
                    inline comment
           Product: Apache httpd-2
           Version: 2.0.52
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_access
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: drinking.coffee@gmail.com


Apache/2.0.52 (2.0.52-28.ent) RHEL4

.htaccess: location: /httpsdocs

<Limit GET>
order allow,deny
deny    from    82.219.0.0/16           # nov2006 proxy Uk
deny    from    64.46.32.0/20           # nov2006 proxy rackforce
allow   from    all
</Limit>

Any hostname or IP listed on any DENY statement is blocked, regardless if a
comment immediately precedes the value.

In this case, both 82.219.0.0/16 was blocked along with '.uk'. 

Another example:

<Limit GET>
order allow,deny
deny    from    82.219.0.0/16           # nov2006 proxy comcast.net
allow   from    all
</Limit>

Would also block .comcast.net. The only work around is to remove the trailing
white space IE: #comcast.net instead of # comcast.net

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


DO NOT REPLY [Bug 41103] - unexpected behavior - htaccess - limit get - deny - inline comment

Posted by bu...@apache.org.
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=41103>.
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=41103


nick@webthing.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From nick@webthing.com  2006-12-04 06:26 -------
1. Your configuration is nonsense.
2. Please address configuration questions to a user support list.


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