Hello *,
trying to install roundcube on a debian squeeze with cherokee 1.0.8.

judging from the .htaccess that comes with roundcube, i need to pass
 
php_flag        display_errors  Off
php_flag        log_errors      On
# php_value     error_log       logs/errors
php_value       upload_max_filesize     5M
php_value       post_max_size           6M
php_value       memory_limit            64M
php_flag        zlib.output_compression         Off
php_flag        magic_quotes_gpc                Off
php_flag        magic_quotes_runtime            Off
php_flag        zend.ze1_compatibility_mode     Off
php_flag        suhosin.session.encrypt         Off
#php_value      session.cookie_path             /
php_flag        session.auto_start      Off
php_value       session.gc_maxlifetime  21600
php_value       session.gc_divisor      500
php_value       session.gc_probability  1
# http://bugs.php.net/bug.php?id=30766
php_value       mbstring.func_overload  0

to the PHP interpreter for this directory.

especially php_flag        suhosin.session.encrypt         Off
seems crucial.

I tried every possible combination of putting those variables in the fields
of the virtual server, but a phpinfo(); shows suhosin.session.encrypt   on

What am i missing?

Cheers,
Oliver



--
View this message in context: 
http://cherokee-web-server-general.1049476.n5.nabble.com/PHP-Custom-Environment-Variables-tp5706771.html
Sent from the Cherokee Web Server - General mailing list archive at Nabble.com.
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to