]> git.pld-linux.org Git - packages/apache.git/commitdiff
- s/home/services/srv/
authordeejay1 <deejay1@pld-linux.org>
Wed, 4 Feb 2004 15:44:52 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-httpd.conf -> 1.27

apache-httpd.conf

index c39c0525fac7d500c8b8cf45e4dbf593c359caa7..de9294810956c40c1f3f6496d6f122474b1063e0 100644 (file)
@@ -303,7 +303,7 @@ UseCanonicalName Off
 # documents. By default, all requests are taken from this directory, but
 # symbolic links and aliases may be used to point to other locations.
 #
-DocumentRoot "/home/services/httpd/html"
+DocumentRoot "/srv/httpd/html"
 
 #
 # Each directory to which Apache has access can be configured with respect
@@ -328,7 +328,7 @@ DocumentRoot "/home/services/httpd/html"
 #
 # This should be changed to whatever you set DocumentRoot to.
 #
-<Directory "/home/services/httpd/html">
+<Directory "/srv/httpd/html">
 
 #
 # Possible values for the Options directive are "None", "All",
@@ -502,9 +502,9 @@ ServerSignature On
 # We include the /icons/ alias for FancyIndexed directory listings.  If you
 # do not use FancyIndexing, you may comment this out.
 #
-Alias /icons/ "/home/services/httpd/icons/"
+Alias /icons/ "/srv/httpd/icons/"
 
-<Directory "/home/services/httpd/icons/">
+<Directory "/srv/httpd/icons/">
     Options Indexes MultiViews
     AllowOverride None
     Order allow,deny
@@ -516,9 +516,9 @@ Alias /icons/ "/home/services/httpd/icons/"
 # the manual, even if you choose to move your DocumentRoot.  You may comment
 # this out if you do not care for the documentation.
 #
-Alias /manual "/home/services/httpd/manual/"
+Alias /manual "/srv/httpd/manual/"
 
-<Directory "/home/services/httpd/manual/">
+<Directory "/srv/httpd/manual/">
     Options Indexes FollowSymLinks MultiViews
     AllowOverride None
     Order allow,deny
@@ -533,7 +533,7 @@ Alias /manual "/home/services/httpd/manual/"
 # The same rules about trailing "/" apply to ScriptAlias directives as to
 # Alias.
 #
-ScriptAlias /cgi-bin/ "/home/services/httpd/cgi-bin/"
+ScriptAlias /cgi-bin/ "/srv/httpd/cgi-bin/"
 
 <IfModule mod_cgid.c>
 #
@@ -547,7 +547,7 @@ ScriptAlias /cgi-bin/ "/home/services/httpd/cgi-bin/"
 # "/home/services/httpd/cgi-bin/" should be changed to whatever your ScriptAliased
 # CGI directory exists, if you have that configured.
 #
-<Directory "/home/services/httpd/cgi-bin/">
+<Directory "/srv/httpd/cgi-bin/">
     AllowOverride None
     Options None
     Order allow,deny
@@ -864,9 +864,9 @@ AddHandler type-map var
 
 <IfModule mod_negotiation.c>
 <IfModule mod_include.c>
-    Alias /error/ "/home/services/httpd/error/"
+    Alias /error/ "/srv/httpd/error/"
 
-    <Directory "/home/services/httpd/error/">
+    <Directory "/srv/httpd/error/">
         AllowOverride None
         Options IncludesNoExec
         AddOutputFilter Includes html
This page took 0.181225 seconds and 4 git commands to generate.