phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware/debian/etc apache.conf,NONE,1.1


From: Luca - De Whiskey's - De Vitis <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware/debian/etc apache.conf,NONE,1.1
Date: Mon, 22 Jul 2002 03:27:37 -0400

Update of /cvsroot/phpgroupware/phpgroupware/debian/etc
In directory subversions:/tmp/cvs-serv22344/etc

Added Files:
        apache.conf 
Log Message:
- Added the configuration hook for the Debian apache package.


--- NEW FILE ---
Alias /phpgroupware /usr/share/phpgroupware

<Directory /usr/share/phpgroupware/>
        Options +FollowSymLinks
        AllowOverride None
        order allow,deny
        allow from all
        DirectoryIndex index.html index.php
        <IfModule mod_php3.c>
                php3_magic_quotes_gpc On
                php3_track_vars On
                php3_include_path .:/etc/phpgroupware
        </IfModule>
        <IfModule mod_php4.c>
                php_flag magic_quotes_gpc On
                php_flag track_vars On
                php_flag session.save_path /var/tmp/phpgroupware
                php_value include_path .:/etc/phpgroupware
        </IfModule>
</Directory>




reply via email to

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