• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Vhost Include Doesn't work for SSL

B

bsterzenbach

Guest
It appears that the vhost.conf include found in httpd.include does not apply to SSL protected requests.

For example, in my vhost.conf file I place open_basedir directives to allow for additional directories. When browsing via SSL the includes no longer work.

Since the include that calls vhost.conf is placed outside of the SSL virtual server directive, the modifications in vhost.conf are not applied to SSL requests. Is there a way around this?

Thanks

Bill
 
vhost_ssl.conf and in httpd.include in the 443 part to place the include of this file.
 
I'm having the exact same issue. Placing the directives in vhost_ssl.conf and /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost-ssl --vhost-name=domain.com and apachctl restart does nothing to correct it. Any advice on this?
 
Back
Top