gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/rpm-specific/conf vhost.conf,1.3,1.4


From: gsmet
Subject: [Gforge-commits] gforge/rpm-specific/conf vhost.conf,1.3,1.4
Date: Tue, 07 Dec 2004 10:11:36 -0600

Update of /cvsroot/gforge/gforge/rpm-specific/conf
In directory db.perdue.net:/tmp/cvs-serv17188/rpm-specific/conf

Modified Files:
        vhost.conf 
Log Message:
fixed vhost configuration in RPM packaging

Index: vhost.conf
===================================================================
RCS file: /cvsroot/gforge/gforge/rpm-specific/conf/vhost.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vhost.conf  9 Nov 2004 17:30:38 -0000       1.3
+++ vhost.conf  7 Dec 2004 16:11:33 -0000       1.4
@@ -1,10 +1,11 @@
 <VirtualHost *>
        DocumentRoot /usr/share/gforge/www
        ServerName HOST_NAME
-       ErrorDocument 404 404.php
+       ErrorDocument 404 /404.php
        php_value include_path 
".:/etc/gforge:/usr/share/gforge:/usr/share/gforge/www/include"
-       php_value register_globals On
+       php_value register_globals 1
        AddDefaultCharset UTF-8
+       AcceptPathInfo On
        <Directory /usr/share/gforge/www>
                Include   /etc/gforge/httpd.secrets
        </Directory>





reply via email to

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