]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-common.conf
- tabs
[packages/apache.git] / apache-common.conf
index 9c1bfe27aea33b906c1f244ffc1eb516a9013448..9b53aa508d482c7e0ef63ac18231dee688f9f7ea 100644 (file)
@@ -13,8 +13,8 @@ DocumentRoot "/home/services/httpd/html"
 # features.
 #
 <Directory />
-    Options FollowSymLinks
-    AllowOverride None
+       Options FollowSymLinks
+       AllowOverride None
        <IfModule mod_authz_host.c>
                Order deny,allow
                Deny from all
@@ -25,30 +25,30 @@ DocumentRoot "/home/services/httpd/html"
 # This should be changed to whatever you set DocumentRoot to.
 #
 <Directory "/home/services/httpd/html">
-    #
-    # Possible values for the Options directive are "None", "All",
-    # or any combination of:
-    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
-    #
-    # Note that "MultiViews" must be named *explicitly* --- "Options All"
-    # 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
-    # for more information.
-    #
-    Options Indexes FollowSymLinks
+       #
+       # Possible values for the Options directive are "None", "All",
+       # or any combination of:
+       #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
+       #
+       # Note that "MultiViews" must be named *explicitly* --- "Options All"
+       # 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
+       # for more information.
+       #
+       Options Indexes FollowSymLinks
 
-    #
-    # AllowOverride controls what directives may be placed in .htaccess files.
-    # It can be "All", "None", or any combination of the keywords:
-    #   Options FileInfo AuthConfig Limit
-    #
-    AllowOverride None
+       #
+       # AllowOverride controls what directives may be placed in .htaccess files.
+       # It can be "All", "None", or any combination of the keywords:
+       #   Options FileInfo AuthConfig Limit
+       #
+       AllowOverride None
 
-    #
-    # Controls who can get stuff from this server.
-    #
+       #
+       # Controls who can get stuff from this server.
+       #
        <IfModule mod_authz_host.c>
                Order allow,deny
                Allow from all
@@ -60,8 +60,8 @@ DocumentRoot "/home/services/httpd/html"
 # CGI directory exists, if you have that configured.
 #
 <Directory "/home/services/httpd/cgi-bin">
-    AllowOverride None
-    Options None
+       AllowOverride None
+       Options None
        <IfModule mod_authz_host.c>
                Order allow,deny
                Allow from all
This page took 0.033551 seconds and 4 git commands to generate.