• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How to have sites use shared SSL

G

goosequeen

Guest
I setup my SSL cert. on on of my sites, under plesk 8.1.1, and linux.
I am having trouble setting up the other sites to use this cert too.

I have it on secure.domain1.com

and want to have domain2.com use it too

so I assume I have to reference it by doing something like this
http://secure.domain1.com/username

and on the domain1's httpd.include do something like....

AliasMatch ^/username/(.*) /one/two/hosts/domain2.com/httpdocs/$1
ScriptAliasMatch ^/username/cgi/(.*) /one/two/hosts/domain2.com/httpdocs/cgi/$1

this works for everything but the cgi directory...IT does not recognize cgi scripts on the domain2, what am i doing wrong.

Things to know:
1. cgi does work on both domains, I tested it
2. cgi is inside the web directory and renamed from cgi-bin to cgi so it would not interfere with the cgi-bin on domain1 and to make sure it was being seen.
3. paths changed to fake names for security.


obviosusly I am missing something simple here, can you help?

Thanks
G
 
Back
Top