phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware/doc/phpgw-apache.conf, 1.2


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/doc/phpgw-apache.conf, 1.2
Date: Thu, 30 Dec 2004 12:15:08 +0100

Update of /phpgroupware/doc
Added Files:
        Branch: 
          phpgw-apache.conf

date: 2004/12/30 11:15:08;  author: skwashd;  state: Exp;  lines: +42 -0

Log Message:
adding missing files
=====================================================================
# phpGroupWare suggested apache config file
# Written by Dave Hall
# (c) Free Software Foundation 2004
# License - see http://www.gnu.org/copyleft/gpl.html
#
# See php-configuration.txt and php.net for more information 
# regarding these configuration options

# Copy this file to /etc/apache (or where your apache config files are)
# Add the following to your virtual host section of Apache
# for the vhost phpgw is running on
#
# Like so:
#       <VirtualHost <$ip>:[<$port>]>
#       #Normal VirtualHost info here
#               Include /etc/apache/phpgw-apache-config.conf
#               Options -Indexes
#       </VirtualHost>
#

<IfModule mod_php4.c>
        # This bit is not needed here if you have changed your php.ini
        # as recommened in php-configuration.txt
        php_flag display_errors off
        php_flag file_uploads on
        php_flag log_errors on
        php_flag register_globals off
        php_value max_execution_time 90
        php_value memory_limit 20M
        php_value open_basedir 
"<$path/to/phpgroupware>:<$/path/to/phpgw_vfs>:<$temp>"
        php_value session.save_path <$temp>
        php_value upload_max_filesize 5M
        php_value session.gc_maxlifetime 3600
</IfModule>

<Files ~ "\.inc*">
        Order allow,deny
        Deny from all
</Files>


# NOTE: Replace the <$something> with the values that suit your setup.




reply via email to

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