• 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

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