• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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