• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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