>Number: 270
>Category: config
>Synopsis: access.conf does not support access from a single host
>specified by hostname
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: apache (Apache HTTP Project)
>State: open
>Class: sw-bug
>Submitter-Id: apache
>Arrival-Date: Thu Mar 27 08:30:01 1997
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.2b7
>Environment:
Solaris 2.5.1, gcc 2.7.2
>Description:
The conf/access.conf file is used to configure access to the server.
Although the online manual suggests that a series of configuration
commands of the form:
deny from all
allow from ugweb.cs.ualberta.ca
should be possible, it does not work as described (access is denied to host
ugweb), whereas:
deny from all
allow from .cs.ualberta.ca
does allow access to host ugweb, as well as all of its peers in the domain
cs.ualberta.ca. Preceding the hostname in the first example with "." does
not function as a work-around. Either the document should be clarified, or
(preferably) the code modified.
>How-To-Repeat:
The above example should suffice
>Fix:
Hack the access code
>Audit-Trail:
>Unformatted: