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

can't forcibly recreate httpd.include

S

sammykona

Guest
Since the upgrade to 7.5.3 I have five domains that display the "Plesk Default page" and they have no entries in the httpd.include.

I have tried the websrvmng -a and
/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=domain.com

and neither of these will update the httpd.include file

Any ideas?

I also checked the control panel and they are not expired/disabled.

Thanks
 
Recreate them all with:

/usr/local/psa/admin/sbin/websrvmng -av

It will display possible errors also.
 
thanks for the quick reply ... here's the error I get now.
I wonder if the upgrade messed with the permission

/usr/local/psa/admin/sbin/websrvmng -av
websrvmng: Unable to open file /home/httpd/vhosts/rack2.machine.com/conf/httpd.include for writing: Permission denied

I'm logged in as root too:

-rw-r--r-- 1 root root 28637 Aug 1 13:07 httpd.include
 
Back
Top