server->webserver->roundcube->docroot;
$roundcubeConfD = "/etc/psa-webmail/roundcube";
$roundcubeSysUser = "roundcube_sysuser";
$roundcubeSysGroup = "roundcube_sysgroup";
$roundcubeHtaccess = $VAR->server->webserver->httpConfDir . "/plesk.conf.d/roundcube.htaccess.inc";
$roundcubePhpIni = $roundcubeConfD . "/php.ini";
$roundcubePhpHandler = $VAR->server->webserver->roundcube->phpHandler;
?>
DocumentRoot ""
Alias /roundcube/ "/"
SuexecUserGroup
FcgidInitialEnv PP_CUSTOM_PHP_CGI_INDEX ""
FcgidInitialEnv PP_CUSTOM_PHP_INI ""
FcgidMaxRequestLen 134217728
">
Options -Indexes +FollowSymLinks
AllowOverride FileInfo AuthConfig Limit
Require all granted
Include ""
SetHandler fcgid-script
FCGIWrapper server->webserver->apache->phpCgiBin ?> .php
Options +ExecCGI