# Apache and PHP configuration for eGroupWare # # Read /usr/share/doc/egroupware-core/phpgwapi/php-configuration.txt and # /etc/php/php.ini about the meanings and suggested values for # the configuration settings. Many settings are required to have a # certain value for eGroupWare to function reasonably, so only change # something if you are sure. Alias /egroupware /usr/share/egroupware Options FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all DirectoryIndex index.html index.php AddHandler cgi-script .cgi AddDefaultCharset Off php_flag file_uploads on php_flag magic_quotes_gpc on php_flag magic_quotes_runtime off php_flag short_open_tag on php_flag track_vars on php_value error_reporting 'E_ALL & ~E_NOTICE' php_value max_execution_time 90 php_value mbstring.func_overload 7 php_value memory_limit 24M php_value session.gc_maxlifetime 1440 php_value session.save_path /var/run/egroupware php_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp php_value upload_max_filesize 6M Order allow,deny Deny from all AllowOverride Limit Options php_value open_basedir / Script PUT /usr/share/egroupware/icalsrv.php AddHandler ical/ics .ics Action ical/ics /usr/share/egroupware/icalsrv.php Order allow,deny Allow from all php_value mbstring.func_overload 0 Order allow,deny Allow from all