Troubles after the upgrade of Plesk up to the 9.0.1 version

#1
Dear Support,

We have troubles after the upgrade of our Plesk control panel up to the 9.0.1 version.

After the upgrade Plesk has added the configuration file 'zzz_horde_vhost.conf' to the /etc/httpd/conf.d/ directory.

Here it is:

<VirtualHost OUR_IPS>
ServerName horde.webmail
ServerAlias horde.webmail.*
ServerAdmin OUR_E_MAIL

Include /etc/psa/webmail/horde/conf.d/*

UseCanonicalName Off

DocumentRoot /usr/share/psa-horde
Alias /horde/ /usr/share/psa-horde/
Alias /imp/ /usr/share/psa-horde/imp/



<Directory /usr/share/psa-horde>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off

php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa/webmail/horde:/etc/psa:/tmp:/var/tmp:/var/log/psa-horde:/usr/share/doc:/usr/share/psa-pear"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/lib:/usr/share/psa-pear:."
</IfModule>

<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off

php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa/webmail/horde:/etc/psa:/tmp:/var/tmp:/var/log/psa-horde:/usr/share/doc:/usr/share/psa-pear"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/lib:/usr/share/psa-pear:."
</IfModule>

Order allow,deny
Allow from all
</Directory>
</VirtualHost>

<IfModule mod_ssl.c>
<VirtualHost OUR_IPS>
ServerName horde.webmail
ServerAlias horde.webmail.*
ServerAdmin OUR_E_MAIL

Include /etc/psa/webmail/horde/conf.d/*

UseCanonicalName Off

DocumentRoot /usr/share/psa-horde
Alias /horde/ /usr/share/psa-horde/
Alias /imp/ /usr/share/psa-horde/imp/

SSLEngine on
SSLVerifyClient none
SSLCertificateFile /etc/httpd/conf/httpd.pem



<Directory /usr/share/psa-horde>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off

php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa/webmail/horde:/etc/psa:/tmp:/var/tmp:/var/log/psa-horde:/usr/share/doc:/usr/share/ps
a-pear"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/lib:/usr/share/psa-pear:."
</IfModule>

<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off

php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa/webmail/horde:/etc/psa:/tmp:/var/tmp:/var/log/psa-horde:/usr/share/doc:/usr/share/ps
a-pear"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/lib:/usr/share/psa-pear:."
</IfModule>

SSLRequireSSL

Order allow,deny
Allow from all
</Directory>
</VirtualHost>
</IfModule>
After that Litespeed will ignore SSL certificates for all of our domains and will replace them with the default Plesk certificate. If I move this file all configuration will be correct. But we have a lot of complaints from our customers, because they are unable to use WebMail client.

So, please, advice.

Please, respond as soon as possible. Quick respond and fix will be appreciated.
 
Top