• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

SNI not working in domains running PHP as FastCGI

CristianF

New Pleskian
My configuration: Parallel Plesk Panel 10.2, on Centos 5.5, running on a Xeon X3650

I tried to install Apache web server with SNI support using the command /usr/local/psa/admin/bin/autoinstaller and after successful setup all the websites hosted on the server which were running PHP as FastCGI stopped responding (500).
Searching through the logs I found that this was caused by a suexec policy violation, which was solved by following the instructions in http://forum.parallels.com/showthread.php?t=110508.

Now I managed to get SNI working, but only on those domains that are running PHP as Apache module, while in domains running PHP as FastCGI I can assign from the panel the SSL certificate created for the specific domain, but when trying to switch to https protocol only the generic panel auto-signed certificate is applied.

So I suppose that the suexec was modified to allow SNI to work correctly also on those kind of domains.

Is there a way to have SNI working on fcgi domains?
 
Back
Top