Hi Yann,

2018-03-08 23:05 GMT+01:00 Yann Ylavic <ylavic....@gmail.com>:

> On Thu, Mar 8, 2018 at 11:00 PM,  <yla...@apache.org> wrote:
> >
> >    *) mod_access_compat, mod_authz_host: Prevent access control
> misconfiguration
> >       due to interpretation of #comments in Require host or Allow/Deny
> directives.
> >       trunk patch: http://svn.apache.org/r1667676
> >                    http://svn.apache.org/r1826207
> >       2.4.x patch: trunk works, svn merge -c 1667676,1826207
> ^/httpd/httpd/trunk .
> > -     +1: jorton,  jim,
> > +     +1: jorton, jim, ylavic
>
> This one possibly/later could be addressed at
> ap_getword_conf[_nocomment)() level, many/most directives should stop
> on #comments no?
>

+1, I just came across:

~/httpd-trunk$ sudo /usr/local/apache2/bin/apachectl -S
VirtualHost configuration:
*:80                   is a NameVirtualHost
         default server test1.com (/usr/local/apache2/conf/httpd.conf:186)
         port 80 namevhost test1.com
(/usr/local/apache2/conf/httpd.conf:186)
                 alias test2.com
                 alias #This
                 alias is
                 alias a
                 alias comment

Generated by:

ServerAlias test2.com #This is a comment

Luca

Reply via email to