When starting Apache the error is reported.
[~]/etc/init.d/httpd start
Starting httpd: httpd: could not open document config file /var/www/vhosts/domain.com/conf/httpd.include
[FAILED]
It is due to “httpd.include” file not found for the domain
To regenerate the “httpd.include” file using the command given below.
/usr/local/psa/admin/sbin/websrvmng –reconfigure-vhost –vhost-name=domain.com
Now you can start the Apache without any problem.




