You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rich Bowen <rb...@rcbowen.com> on 2010/12/01 15:03:22 UTC

Re: svn commit: r1041011 - in /httpd/httpd/trunk/docs: conf/httpd.conf.in manual/misc/security_tips.xml manual/misc/security_tips.xml.fr manual/misc/security_tips.xml.ko manual/misc/security_tips.xml.tr

> Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/httpd.conf.in?rev=1041011&r1=1041010&r2=1041011&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- httpd/httpd/trunk/docs/conf/httpd.conf.in (original)
> +++ httpd/httpd/trunk/docs/conf/httpd.conf.in Wed Dec  1 13:52:56 2010
> @@ -177,7 +177,7 @@ DocumentRoot "@exp_htdocsdir@"
> # The following lines prevent .htaccess and .htpasswd files from being
> # viewed by Web clients.
> #
> -<FilesMatch "^\.ht">
> +<Files ".ht*">
>     Require all denied
> </FilesMatch>



That's not right. Either use Files or Filesmatch. If you want to use  
Files ".ht*" then you need to </Files>. You want to fix this, or  
should I get it?

--
Rich Bowen
rbowen@rcbowen.com


Re: svn commit: r1041011 - in /httpd/httpd/trunk/docs: conf/httpd.conf.in manual/misc/security_tips.xml manual/misc/security_tips.xml.fr manual/misc/security_tips.xml.ko manual/misc/security_tips.xml.tr

Posted by Igor Galić <i....@brainsware.org>.
----- "Rich Bowen" <rb...@rcbowen.com> wrote:

> > Modified: httpd/httpd/trunk/docs/conf/httpd.conf.in
> > URL:
> http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/httpd.conf.in?rev=1041011&r1=1041010&r2=1041011&view=diff
> > =
> > =
> > =
> > =
> > =
> > =
> > =
> > =
> >
> ======================================================================
> > --- httpd/httpd/trunk/docs/conf/httpd.conf.in (original)
> > +++ httpd/httpd/trunk/docs/conf/httpd.conf.in Wed Dec  1 13:52:56
> 2010
> > @@ -177,7 +177,7 @@ DocumentRoot "@exp_htdocsdir@"
> > # The following lines prevent .htaccess and .htpasswd files from
> being
> > # viewed by Web clients.
> > #
> > -<FilesMatch "^\.ht">
> > +<Files ".ht*">
> >     Require all denied
> > </FilesMatch>
> 
> 
> 
> That's not right. Either use Files or Filesmatch. If you want to use 
> 
> Files ".ht*" then you need to </Files>. You want to fix this, or  
> should I get it?

fixed in r1041012
Sorry for the noise.

> --
> Rich Bowen
> rbowen@rcbowen.com

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/