• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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