gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/etc/httpd.d 05maindirauth, 1.1, 1.2 10cvs, 1.2,


From: cbayle
Subject: [Gforge-commits] gforge/etc/httpd.d 05maindirauth, 1.1, 1.2 10cvs, 1.2, 1.3
Date: Fri, 16 Apr 2004 07:25:29 -0500

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

Modified Files:
        05maindirauth 10cvs 
Log Message:
Introduce a custom path to manage smoothly customized files


Index: 05maindirauth
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/httpd.d/05maindirauth,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 05maindirauth       24 Nov 2003 23:29:55 -0000      1.1
+++ 05maindirauth       16 Apr 2004 12:25:26 -0000      1.2
@@ -6,7 +6,7 @@
   AllowOverride All
   order allow,deny
   allow from all
-  php_admin_value include_path 
"{usr_share_gforge}:{usr_share_gforge}/www/include:."
+  php_admin_value include_path 
"{sys_custom_path}:{usr_share_gforge}:{usr_share_gforge}/www/include:."
   php_admin_value default_charset "UTF-8"
 </Directory>
 

Index: 10cvs
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/httpd.d/10cvs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 10cvs       4 Mar 2004 23:53:06 -0000       1.2
+++ 10cvs       16 Apr 2004 12:25:26 -0000      1.3
@@ -6,7 +6,7 @@
   AllowOverride All
   order allow,deny
   allow from all
-  php_admin_value include_path 
"{usr_share_gforge}:{usr_share_gforge}/www/include:."
+  php_admin_value include_path 
"{sys_custom_path}:{usr_share_gforge}:{usr_share_gforge}/www/include:."
   php_admin_value default_charset "UTF-8"
 </Directory>
 





reply via email to

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