phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Luca - De Whiskey's - De Vitis <address@hidden>
Subject: [Phpgroupware-cvs] CVS: debian/etc apache.conf,NONE,1.1
Date: Sun, 09 Jun 2002 08:27:28 -0400

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

Added Files:
        apache.conf 
Log Message:


Added the debian module to build and compile phpGroupWare Debian packages from
cvs checkout. It contains Debian specific build files and some utility files to
make my life easier. phpGroupWare is not yet ready to automatically build the
packages: need some more fixes.


--- 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]