Hi, i'm using apache, and for enabling the mpm_event i've disabled the modphp and the mpm_prefork: for running phpmyadmin and roundcube i've added this lines to the their virtualhost config: Code: <IfModule mod_fcgid.c> Options +ExecCGI AddHandler fcgid-script .php FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php AllowOverride All Order allow,deny allow from all </IfModule> But I don't think that is a good idea running them with the ispconfig starter. Which is the more correct config? Thanks.