• 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.

Plesk subdomain and proxy

D

d-skyman

Guest
Hey guys.:!

I found a quite interesting thing in the web.
http://forums.theplanet.com/viewtopic.php?t=16856
They create a subdomain and then it displays the plesk login from there.

basically the vhost.conf says this:
SSLProxyEngine on
ProxyRequests off
ProxyPass / https://plesk.mydomain.com:8443/
ProxyPassReverse / https://plesk.mydomain.com:8443/

After having problems with mod_proxy not being installed i found that when i open that page it tells me i have no access to / on this server

How would i configure this vhost file?

Thanks for your help. Regards, D-Skyman
 
Ok...well... i just loaded the mod_proxy_http.so module so that change the error i described before. But now it says

The proxy server received an invalid response from an upstream server.

Does anybody have an idea how to fix that?
Thanks lot for your interest, regards d-skyman
 
Man I'm doing a good job solving the problem myself!

I got it to redirect now

somehow the thing doesn't seem to support ssl so i redirect to

ProxyPass / http://servername.com:8443/
ProxyPassReverse / http://servername.com:8443/

but then in the adress thing of the browser it changes the address to the real ssl adress. I would like it to display the subdomain name and so on...you know what i mean.!

plesk.sername.com

does someone know how to handle that?
 
Back
Top