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 2008/06/24 17:19:27 UTC

DO NOT REPLY [Bug 45270] New: bug in deny statement

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

           Summary: bug in deny statement
           Product: Apache httpd-2
           Version: 2.2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_auth
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: beluc62@hotmail.com


--
Deny from A.B.C.D #
--
works,
but 
--
Deny from A.B.C.D #:
--
don't.

regexp problem i think !


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


DO NOT REPLY [Bug 45270] bug in deny statement

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45270





--- Comment #2 from Beluc <be...@hotmail.com>  2008-06-24 13:28:14 PST ---
If i use 
Deny from A.B.C.D #
in an .htaccess, it works, i mean it deny access to A.B.C.D

but if i use 
Deny from A.B.C.D #:
i get an error 500
and in log an invalid ip statement.

i can put a comment on the same line but with a ':' in it, it crashs.


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


DO NOT REPLY [Bug 45270] bug in deny statement

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45270


Nick Kew <ni...@webthing.com> changed:

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




--- Comment #1 from Nick Kew <ni...@webthing.com>  2008-06-24 08:29:09 PST ---
To make this into a bug report would require you to define what you mean by
"works" and "don't", and to give adequate context.  Please use a user support
forum to help figure it out.


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


DO NOT REPLY [Bug 45270] bug in deny statement

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45270





--- Comment #3 from Eric Covener <co...@gmail.com>  2008-06-24 14:05:00 PST ---
http://httpd.apache.org/docs/2.0/configuring.html

Lines that begin with the hash character "#" are considered comments, and are
ignored. Comments may not be included on a line after a configuration
directive. Blank lines and white space occurring before a directive are
ignored, so you may indent directives for clarity.


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