• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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