dnhgeeks

Registered
Aug 11, 2016
2
0
1
IN
cPanel Access Level
Root Administrator
Hello all,

I am new to this forum.

I have saved mod_userdir settings page. When I submit the form with/without selecting any user, it gives me this error

Code:
[2016-08-12 08:34:28 +0530] info [userdirctl] Missing IP for domain tbrod.xen, using IP ADDRESS
[2016-08-12 08:34:28 +0530] info [userdirctl] Missing ServerName for domain tbrod.xen, using tbrod.xen
[2016-08-12 08:34:28 +0530] info [userdirctl] Missing port for domain tbrod.xen, using 80
[2016-08-12 08:34:28 +0530] info [userdirctl] Missing user for domain tbrod.xen, using nobody
[2016-08-12 08:34:28 +0530] info [userdirctl] Missing owner for domain tbrod.xen, force lookup to root
[2016-08-12 08:34:28 +0530] info [userdirctl] Missing group for domain tbrod.xen, using nobody
Your changes have been saved.
I am worried about server security.

I checked all the domain settings in WHM but cannot find any details about tbrod.xen.
Please tell me, where can I check the domain name tbrod.xen.

Thank you for your help.

Regards
 

24x7server

Well-Known Member
Apr 17, 2013
1,912
99
78
India
cPanel Access Level
Root Administrator
Twitter
Hello :),

First check this domain user with following command

Code:
/scripts/whoowns tbrod.xen
And then check this domain entry in httpd.conf file

Code:
grep tbrod.xen  /etc/httpd/conf/httpd.conf
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello,

I'm happy to see you were able to determine the source of that entry in your Apache configuration file. Note that typically it stems from an old hostname entry.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
I have also found these entries in httpd.conf,v file. What is the recommended steps to remove them?
You should not edit this file directly, as it's simply the file used to track the history of changes to the httpd.conf file.

Thank you.