• 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

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