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.5,1.6


From: gsmet
Subject: [Gforge-commits] gforge/rpm-specific/conf vhost.conf,1.5,1.6
Date: Wed, 29 Dec 2004 17:44:55 -0600

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

Modified Files:
        vhost.conf 
Log Message:
added Allow from all in vhost config of the RPM packaging

Index: vhost.conf
===================================================================
RCS file: /cvsroot/gforge/gforge/rpm-specific/conf/vhost.conf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vhost.conf  28 Dec 2004 23:33:33 -0000      1.5
+++ vhost.conf  29 Dec 2004 23:44:52 -0000      1.6
@@ -9,9 +9,13 @@
        AcceptPathInfo On
        <Directory /usr/share/gforge/www>
                Include   /etc/gforge/httpd.secrets
+               Order allow,deny
+               Allow from all
        </Directory>
        <Directory /usr/lib/gforge/plugins>
                Include   /etc/gforge/httpd.secrets
+               Order allow,deny
+               Allow from all
        </Directory>
        <Location /projects>
                ForceType application/x-httpd-php





reply via email to

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