• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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