• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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