H
hispeedsurfer
Guest
Hi, I'am new to plesk. It's a great software.
I have to access the plesk control panel not on default port 8443, so I use now a subdomain configured with mod_proxy configuration
What I have tried:
Example
my domain: domain.org
created subdomain with plesk panel: plesk.domain.org with ssl, php and cgi support
in /var/www/vhost/domain.org/subdomains/plesk/conf/vhost.conf I use the following contents:
SSLProxyEngine on
ProxyRequests off
ProxyPass / https://domain.org:8443/
ProxyPassReverse / https://domain.org:8443/
After execution of /usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.org and service httpd restart I call https://plesk.domain.org in my browser and I've been redireced to https://plesk.domain.org/login.php3?previous_page=index and this screen is a little bit diffrent to the default login screen. When try to access this page with my username root and password I receive a login error: Error: Login is incorrect.
If I use https://plesk.domain.org:8443 I've been redireced to https://plesk.domain.org:8443/vz/cp/panel/plesk/frameset and login is no problem.
Can someone explain me what I have to do using plesk without port statement.
Thanks
I have to access the plesk control panel not on default port 8443, so I use now a subdomain configured with mod_proxy configuration
What I have tried:
Example
my domain: domain.org
created subdomain with plesk panel: plesk.domain.org with ssl, php and cgi support
in /var/www/vhost/domain.org/subdomains/plesk/conf/vhost.conf I use the following contents:
SSLProxyEngine on
ProxyRequests off
ProxyPass / https://domain.org:8443/
ProxyPassReverse / https://domain.org:8443/
After execution of /usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.org and service httpd restart I call https://plesk.domain.org in my browser and I've been redireced to https://plesk.domain.org/login.php3?previous_page=index and this screen is a little bit diffrent to the default login screen. When try to access this page with my username root and password I receive a login error: Error: Login is incorrect.
If I use https://plesk.domain.org:8443 I've been redireced to https://plesk.domain.org:8443/vz/cp/panel/plesk/frameset and login is no problem.
Can someone explain me what I have to do using plesk without port statement.
Thanks