Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
The watchdog is expecting to find /var/run/httpd.pid for Apache status. Make sure that it is really defined for Apache in /usr/local/psa/etc/modules/watchdog/monitrc.tpl
I edited the template file as I am running a later httpd and the pid is inside /var/run/httpd/http.pid but its the same still says its down.
I actually edited both the files.
# Apache
check process apache
with pidfile "/var/run/httpd/httpd.pid"
start = "<apache_start>"
stop = "<apache_stop>"
locate httpd.pid > /var/run/httpd/httpd.pid
/usr/local/psa/admin/bin/websrvmng --status
is running
I just proved its something still in watchdog not listening to where the pid is. If I symlink /var/run/httpd.pid to the actual pid watchdog says its running. This is no fix as on a reboot the symlink is deleted.
Why is watchdog not obeying the template? I checked in the monitrc file, its looking in /var/run/httpd/httpd.pid as I restarted plesk in attempting to fix this annoyance.