While rebuilding the Apache conf returns the following non-fatal error:
[wpfmb type=’error’ theme=2]root@savannah [~]# /scripts/rebuildhttpdconf
info [rebuildhttpdconf] Missing owner for domain savannah.tcaserversolutions.com, force lookup to root
Built /usr/local/apache/conf/httpd.conf OK[/wpfmb]
To fix this, you will need to modify the primary vhost template for the ‘nobody’ customer, which operates the primary hostname of your server.
Edit :
[wpfmb type=’info’ theme=2]/var/cpanel/userdata/nobody/$hostname[/wpfmb]
and add this line to the end of the file:
[wpfmb type=’info’ theme=2]owner: ‘nobody'[/wpfmb]
Then again run the following command :
/scripts/rebuildhttpdconf
and the “error” should be gone.