• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

websrvmng broke login screen

J

JoshuaH

Guest
First let me say I'm not 100% sure I have 9.2, but now that I can't login I don't know how to check. I was having a problem with open_basedir so I created a vhost.conf with the following contents in the /conf dir:

<Directory /var/www/vhosts/<DOMAIN.TLD>/httpdocs>
php_admin_value safe_mode off
php_admin_value open_basedir none
</Directory>

Then I ran these two commands:

/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=<DOMAIN.TLD>
/usr/local/psa/admin/sbin/websrvmng -a

Note, <DOMAIN.TLD> is my domain, obviously.

It fixed the issue, but now when I go to the bookmark I have for the Plesk login is cannot connect to the server, like it isn't there any more. My boss is less than pleased. I find very little about the websrvmng command in the docs and nothing relating to my problem. Please, someone, anyone, HELP!
 
fixed it

The solution turned out to be to restart Plesk.

# /etc/rc.d/init.d/psa stopall
# /etc/rc.d/init.d/psa start

Hope this helps somebody, I was in panic mode for a couple hours there.

BTW, turned out I had 8.4
 
Back
Top