phpmyadmin and roundcube as fastcgi

Discussion in 'Installation/Configuration' started by SergiX44, Apr 13, 2016.

  1. SergiX44

    SergiX44 Member

    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.
     

Share This Page