• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How can I disable nginx completely?

abdicarcomm

New Pleskian
Hello there,

Nginx is certainly not working "out the box" with Parallels... Then, after a lot of errors, I decided to uninstall it.

So, I removed the RPM, and when I ran this command to reconfigure the httpd, the result is the next:

[root@dns01 ~]# /usr/local/psa/admin/bin/httpdmng --reconfigure-all
/usr/local/psa/admin/sbin/nginx-config: line 221: /usr/sbin/nginx: No such file or directory

[root@dns01 ~]#

How can I disable nginx completely?

Thank you in advanced for you cooperation.
 
Ok, I fixed. First I reinstalled nginx... Then:

[root@dns01 ~]# /usr/local/psa/admin/bin/nginxmng -d
No valid mailman bindir detected
[root@dns01 ~]# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
[root@dns01 ~]#

And that's all.
 
Back
Top