• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

how to make plesk stor my dafault site

wbsurf

New Pleskian
Hello

I have a vps server and i need to make my plesk store to be the default website but without the port :xxxx

so it is possible or not
please help

thank you all
 
It's not possible to remove the port without getting dirty ...

A long time ago, I used to do this with proxy (here's how)

In many cases esp. in Africa, you find port 8443 by most ISPs blocked. Below is a miracle way of allow clients in such situations access there control panel.

Firstly,
We create a server domain in plesk, eg: loft1234.theg7.com

Secondly (You might need to make a few adjustments here ...):
Code:
vim /var/www/vhosts/system/conf/loft1234.theg7.com/conf/vhost.conf

And add the following contents:

Code:
SSLProxyEngine on 
ProxyRequests off 
ProxyPass / http://loft1234.theg7.com:8443/ 
ProxyPassReverse / http://loft1234.theg7.com:8443/

And then rebuild vhosts with
Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all

Now you can try opening (It should open the control panel):

http://loft1234.theg7.com

Please understand that I have not tested those procedures with Plesk 11.*. I last used them with Plesk 10.*
 
Thanks for help
but it not workin
i get this error

Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration

any way really thanks
 
Back
Top