• 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

Access CP behind a proxy

N

nasal tuft

Guest
Hey,

I was wondering if there was anyway to change the port number or setup a virtual directory in IIS (like webmail goes to :8425) to access the control panel. We have clients that are on corporate networks that cant get around their proxy servers to access the control panel.

Thanks :eek:
 
Plesk CP doesn't use IIS, it works on Apache service, so you can change port number in C:\Program Files\SWsoft\Plesk\admin\conf\httpd.conf file.
 
by default ....plesk goes to http://serverip:8425/ in the windows server....

there is a website called 'webmail' in the iis, which is actually points to the 8425 port.....so all you need to do is add a host header to the 'webmail ' website as webmail.domain.com and you will be able to acces the horde as

http:://webmail.domain.com//

Regards
cybernova
 
Originally posted by cybernova
by default ....plesk goes to http://serverip:8425/ in the windows server....

there is a website called 'webmail' in the iis, which is actually points to the 8425 port.....so all you need to do is add a host header to the 'webmail ' website as webmail.domain.com and you will be able to acces the horde as

http:://webmail.domain.com//

Regards
cybernova
He asked about control panel, not webmail :)
 
ohh ..i am sorry about that ..my mistake ...i overlooked the query :D
 
no problem :) I looks like it not possible. We have considered setting up a another box that port fowards on the network.
 
Back
Top