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

restart overwrites resolv.conf

Where do I put in the nameservers I want to use for DNS?

The interface configuration file /etc/sysconfig/network-scripts/ifcfg-<name>, where <name> refers to the name of the device that the configuration file controls.

Chapter 13.2 of the CentOS Deployment Guide said:
DNS{1,2}=<address>
where <address> is a name server address to be placed in /etc/resolv.conf if the PEERDNS directive is set to yes.

REFERENCE
Chapter 13.2 of the CentOS Deployment Guide.

HTH,
 
Thank you!
This put me on the right track. Turns out for Plesk at Rackspace, there are 2 NICs, and they overwrite resolv.conf sequentially. The above with PEERDNS=no set things right.
 
Back
Top