gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/etc/httpd.d 06maindirhttp,1.3,1.4


From: cbayle
Subject: [Gforge-commits] gforge/etc/httpd.d 06maindirhttp,1.3,1.4
Date: Wed, 21 Jul 2004 15:33:13 -0500

Update of /cvsroot/gforge/gforge/etc/httpd.d
In directory db.perdue.net:/tmp/cvs-serv7362/etc/httpd.d

Modified Files:
        06maindirhttp 
Log Message:
Retabulation/renaming


Index: 06maindirhttp
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/httpd.d/06maindirhttp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 06maindirhttp       16 May 2004 16:54:56 -0000      1.3
+++ 06maindirhttp       21 Jul 2004 20:33:11 -0000      1.4
@@ -1,52 +1,52 @@
 # HTTP
 <VirtualHost {ip_address}:80>
-  ServerName {domain_name}
-  ServerAlias www.{domain_name}
-  ServerAdmin {server_admin}
-  DocumentRoot {usr_share_gforge}/www
-  Alias /images/ {usr_share_gforge}/www/images/
-  DirectoryIndex index.html index.php
-  <IfModule mod_userdir.c>
-    UserDir disabled
-  </IfModule>
+       ServerName {domain_name}
+       ServerAlias www.{domain_name}
+       ServerAdmin {server_admin}
+       DocumentRoot {usr_share_gforge}/www
+       Alias /images/ {usr_share_gforge}/www/images/
+       DirectoryIndex index.html index.php
+       <IfModule mod_userdir.c>
+               UserDir disabled
+       </IfModule>
 
-  php_admin_value default_charset "UTF-8"
+       php_admin_value default_charset "UTF-8"
 
-  <Directory {usr_share_gforge}/www>
-    Include   {gforge_etc}/httpd.secrets
-  </Directory>
+       <Directory {usr_share_gforge}/www>
+               Include   {gforge_etc}/httpd.secrets
+       </Directory>
 
-  ScriptAliasMatch ^/plugins/([^/]*)/cgi-bin/(.*) 
/usr/lib/gforge/plugins/$1/cgi-bin/$2
+       ScriptAliasMatch ^/plugins/([^/]*)/cgi-bin/(.*) 
/usr/lib/gforge/plugins/$1/cgi-bin/$2
 
-  # Debian Sourceforge without the DNS delegation
-  # Project home pages are in a virtual /www/<group> location
-  AliasMatch ^/www/([^/]*)/(.*) {gforge_chroot}{groupdir}/$1/htdocs/$2
-  ScriptAliasMatch ^/([^/]*)/cgi-bin/(.*) 
{gforge_chroot}{groupdir}/$1/cgi-bin/$2
-  <Directory {gforge_chroot}{groupdir}>
-    Options Indexes FollowSymlinks
-      AllowOverride All
-      order allow,deny
-      allow from all
-  </Directory>
+       # Debian Sourceforge without the DNS delegation
+       # Project home pages are in a virtual /www/<group> location
+       AliasMatch ^/www/([^/]*)/(.*) {gforge_chroot}{groupdir}/$1/htdocs/$2
+       ScriptAliasMatch ^/([^/]*)/cgi-bin/(.*) 
{gforge_chroot}{groupdir}/$1/cgi-bin/$2
+       <Directory {gforge_chroot}{groupdir}>
+               Options Indexes FollowSymlinks
+               AllowOverride All
+               order allow,deny
+               allow from all
+       </Directory>
 
-  # Projects and Users script
-  <Location /projects>
-    ForceType application/x-httpd-php
-  </Location>
-  <Location /users>
-    ForceType application/x-httpd-php
-  </Location>
+       # Projects and Users script
+       <Location /projects>
+               ForceType application/x-httpd-php
+       </Location>
+       <Location /users>
+               ForceType application/x-httpd-php
+       </Location>
 
-  # This for cvsweb 
-  ScriptAlias /cgi-bin/ {cgidir}/
+       # This for cgi not on vhosts
+       ScriptAlias /cgi-bin/ {cgidir}/
 
-  # 404 Error document
-  ErrorDocument 404 /404.php
-  LogFormat "%h %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" gforge
-  CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/gforge.log" gforge
-  # Ensure that we don't try to use SSL on SSL Servers
-  <IfModule apache_ssl.c>
-    SSLDisable
-  </IfModule>
+       # 404 Error document
+       ErrorDocument 404 /404.php
+       LogFormat "%h %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" 
gforge
+       CustomLog "|{cronolog_path} {var_log_gforge}/%Y/%m/%d/gforge.log" gforge
+       # Ensure that we don't try to use SSL on SSL Servers
+       <IfModule apache_ssl.c>
+               SSLDisable
+       </IfModule>
 </VirtualHost>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]