• 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.

Newbie/ Please help me

K

kami@

Guest
Hi guys,
I need desperately to reconfigure a site on my server and I am trying to run the following command which I know is the right command:
=============================================
C:\Program Files\SWsoft\Plesk\admin\bin>websrvmng.exe --reconfigure-vhost --vhost-name=dnotest.com
=============================================


When I open the command prompt window and paste this code there and click enter, I get the following error:
=============================================

C:\Documents and Settings\Administrator>C:\Program Files\SWsoft\Plesk\admin\bin>websrvmng.exe --reconfigure-vhost --vhost-name=dnotest.com
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
===============================================

Could someone please tell me what am I doing wrong here???

Thanks in advance
 
Ok,
I found the solution:

I tried the following command and it worked:

"%plesk_bin%\websrvmng" --reconfigure-vhost --vhost-name=domain.com
 
Hi,

%plesk_bin%
%plesk_dir%
%vhost_dir%

are the system variables, they were wrote during Plesk installation.
 
Back
Top