Good evening folks,
I'm running a small apache2 server with low mem with Debian Lenny. Due to the low mem I recently switched from the prefork version over to worker (apache2-mpm-worker). Connected to this, I may not run the libapache2-mod-php5 module, but for php5 instead apply a solution via one process (cgi).
So far, so good, but roundcube is not running any more, due to the well known "suhosin.session.encrypt on" issue. The ".htaccess" trick is not working because of the different php5 setup. I don't want to turn off encryption for the whole system because there are other php applications with database access running, too. So, changing the global php.ini is not an option. Additionally, I want to keep access via https. This way pointed out here
New RoundCube 0.3 & suhosin.session.encrypt off [Archive] - HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials (http://www.howtoforge.com/forums/archive/index.php/t-38881.html)
is no option for me because it includes the installation of suPHP which breaks other applications.
Has anyone got these problems and can point me to a solution?
Thanks!
Oxenfrogga
Hm, anyone got a new idea? I'd appreciate it very much!