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,NONE,1.1


From: gsmet
Subject: [Gforge-commits] gforge/rpm-specific/conf vhost.conf,NONE,1.1
Date: Mon, 01 Nov 2004 13:18:00 -0600

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

Added Files:
        vhost.conf 
Log Message:
preliminary work on new RPM packages


--- NEW FILE: vhost.conf ---
<VirtualHost *>
        DocumentRoot /usr/share/gforge/www
        ServerName HOST_NAME
        ErrorDocument 404 404.php
        php_value include_path 
".:/etc/gforge:/usr/share/gforge:/usr/share/gforge/www/include"
        AddDefaultCharset UTF-8
        <Directory /usr/share/gforge/www>
                Include   /etc/gforge/httpd.secrets
        </Directory>
        <Location /projects>
                ForceType application/x-httpd-php
        </Location>
        <Location /users>
                ForceType application/x-httpd-php
        </Location>
        RewriteEngine On
        RewriteRule     ^/plugins/([^/]*)/(.*) 
/usr/lib/gforge/plugins/$1/www/$2 [L]
</VirtualHost>





reply via email to

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