Browse Source

fix indendation

Ralf S. Engelschall 23 years ago
parent
commit
3165f63988
2 changed files with 13 additions and 13 deletions
  1. 12 12
      apache/apache.base
  2. 1 1
      apache/apache.spec

+ 12 - 12
apache/apache.base

@@ -55,34 +55,34 @@ ServerSignature        on
 #   configure global document root
 DocumentRoot @l_prefix@/share/apache/htdocs
 <IfModule mod_alias.c>
-Alias /apache-htdocs @l_prefix@/share/apache/htdocs
+    Alias /apache-htdocs @l_prefix@/share/apache/htdocs
 </IfModule>
 <Directory "@l_prefix@/share/apache/htdocs">
-Options Indexes FollowSymLinks MultiViews
-AllowOverride none
-Order allow,deny
-Allow from all
+    Options Indexes FollowSymLinks MultiViews
+    AllowOverride none
+    Order allow,deny
+    Allow from all
 </Directory>
 
 #   default directories and files
 <IfModule mod_userdir.c>
-UserDir public_html
+    UserDir public_html
 </IfModule>
 <IfModule mod_dir.c>
-DirectoryIndex index.html
+    DirectoryIndex index.html
 </IfModule>
 
 #   local configuration files
 AccessFileName .htaccess
 <Files ~ "^\.ht">
-Order allow,deny
-Deny from all
-Satisfy All
+    Order allow,deny
+    Deny from all
+    Satisfy All
 </Files>
 
 #   global Icons and CGI directory
 <IfModule mod_alias.c>
-Alias /apache-icons @l_prefix@/share/apache/icons
+    Alias /apache-icons @l_prefix@/share/apache/icons
     <Directory "@l_prefix@/share/apache/icons">
         Options Indexes MultiViews
         AllowOverride None
@@ -100,7 +100,7 @@ Alias /apache-icons @l_prefix@/share/apache/icons
 
 #   automatic CGI recognition by extension
 <IfModule mod_cgi.c>
-AddHandler cgi-script .cgi
+    AddHandler cgi-script .cgi
 </IfModule>
 
 #   automatic directory indexing

+ 1 - 1
apache/apache.spec

@@ -60,7 +60,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20030904
+Release:      20030910
 
 #   package options (suexec related)
 %option       with_suexec               yes