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?
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?