Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to fix error “Missing owner for domain X, force lookup to root”  (Read 3075 times)

0 Members and 1 Guest are viewing this topic.

vinayakk

  • Guest
On recent cPanel versions, rebuilding the Apache conf returns the following non-fatal error:


Quote
root@user [~]# /scripts/rebuildhttpdconf
info [rebuildhttpdconf] Missing owner for domain user.example.com, force lookup to root
Built /usr/local/apache/conf/httpd.conf OK


The error does not adversely effect the way the httpd.conf file is built, but the presence of the unnecessary info message can be annoying.  And by “can be annoying”, I mean “is annoying”.

To fix this, you will need to edit the main vhost template for the ‘nobody’ user, which owns the primary hostname of your server.  Edit /var/cpanel/userdata/nobody/$hostname and add this line to the bottom of the file:

Code: [Select]
owner: 'nobody'

Then run /scripts/rebuildhttpdconf again and the “error” should be gone.

 :) ;)