]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-common.conf
Release 2 (by relup.sh)
[packages/apache.git] / apache-common.conf
index e66ca78b9c6060940e08d0667aa52df03988a1a2..714c05bead7dda1d3d5beffd6c259b46861a54c5 100644 (file)
@@ -40,7 +40,7 @@ DocumentRoot "/home/services/httpd/html"
 
 # Prevent access to:
 # - version control directories
-<DirectoryMatch "/\.(svn|git|hg|bzr|CVS)/?">
+<DirectoryMatch "/(\.(svn|git|hg|bzr)|CVS)/?">
        <IfModule mod_authz_host.c>
                Require all denied
        </IfModule>
@@ -63,7 +63,7 @@ DocumentRoot "/home/services/httpd/html"
        # doesn't give it to you.
        #
        # The Options directive is both complicated and important.  Please see
-       # http://httpd.apache.org/docs/2.2/mod/core.html#options
+       # https://httpd.apache.org/docs/2.4/mod/core.html#options
        # for more information.
        #
        Options Indexes FollowSymLinks
This page took 0.035272 seconds and 4 git commands to generate.