ranmanh
06-21-2009, 06:05 AM
Hi,
checking the error logs I get something like the following
/home/xxxxxxx/public_html/xxxxx/egroupw/.htaccess: Invalid command 'php_value',
And the .htaccess is as follows:
#
# Set
#
# AllowOverride FileInfo
#
# to enable parsing off this file
#
AddType x-mapp-php5 .php .html .htm
AddHandler x-mapp-php5 .php .html .htm
RewriteEngine ON
php_value memory_limit 32M
php_value max_execution_time 60
php_flag register_globals Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
# settings for the file upload, you might increase them further
php_value upload_max_filesize 16M
# session handling: now the check for expired sessions is done on every 10th session creation
php_flag session.use_trans_sid Off
php_value session.gc_probability 1
php_value session.gc_divisor 10
# multibyte extension: needed for utf-8
php_value mbstring.func_overload 7
<Location "/home/xxxxx/public_html/xxxx/xxxx/icalsrv.php">
Script PUT /home/xxxx/public_html/xxxx/egroupw/icalsrv.php
AddHandler ical/ics .ics
Action ical/ics /home/xxxxx/public_html/xxxx/xxxx/icalsrv.php
AcceptPathInfo On
Order allow,deny
Allow from all
</Location>
For some reason the .httppaccess file fails to read the php definitions.
Also the apachehandlers in the cpanel menu are as follow:
User Defined Apache Handlers application/x-httpd-php .php
What I guess it should be correct. (it not, please, let me know because this might be the issue/or just another)
This is when installing egroupware as some of you might guessed.
Any idea?
I am walking in circles for the last couple of hours and I need some fresh overview from the outside
Thanks very much
Ran
checking the error logs I get something like the following
/home/xxxxxxx/public_html/xxxxx/egroupw/.htaccess: Invalid command 'php_value',
And the .htaccess is as follows:
#
# Set
#
# AllowOverride FileInfo
#
# to enable parsing off this file
#
AddType x-mapp-php5 .php .html .htm
AddHandler x-mapp-php5 .php .html .htm
RewriteEngine ON
php_value memory_limit 32M
php_value max_execution_time 60
php_flag register_globals Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
# settings for the file upload, you might increase them further
php_value upload_max_filesize 16M
# session handling: now the check for expired sessions is done on every 10th session creation
php_flag session.use_trans_sid Off
php_value session.gc_probability 1
php_value session.gc_divisor 10
# multibyte extension: needed for utf-8
php_value mbstring.func_overload 7
<Location "/home/xxxxx/public_html/xxxx/xxxx/icalsrv.php">
Script PUT /home/xxxx/public_html/xxxx/egroupw/icalsrv.php
AddHandler ical/ics .ics
Action ical/ics /home/xxxxx/public_html/xxxx/xxxx/icalsrv.php
AcceptPathInfo On
Order allow,deny
Allow from all
</Location>
For some reason the .httppaccess file fails to read the php definitions.
Also the apachehandlers in the cpanel menu are as follow:
User Defined Apache Handlers application/x-httpd-php .php
What I guess it should be correct. (it not, please, let me know because this might be the issue/or just another)
This is when installing egroupware as some of you might guessed.
Any idea?
I am walking in circles for the last couple of hours and I need some fresh overview from the outside
Thanks very much
Ran