I'm talking about non working /roundcube /phpmyadmin aliases in $userdomain
On both servers I have that same httpd-hostname:
On both servers I have that same httpd-hostname:
Code:
...
<IfModule mod_fcgid.c>
AddHandler fcgid-script .php
FcgidWrapper /usr/local/safe-bin/fcgid54.sh .php
<FilesMatch "\.php$">
Options +ExecCGI
</FilesMatch>
</IfModule>
<IfModule mod_fcgid.c>
AddHandler fcgid-script .php53
FcgidWrapper /usr/local/safe-bin/fcgid53.sh .php53
<FilesMatch "\.php53$">
Options +ExecCGI
</FilesMatch>
</IfModule>
...