stuff to buy!!

Tuesday, January 19, 2010

whm/cpanel : Account Creation Status: failed (Missing HOST Config Line in /etc/wwwacct.conf, please reconfigure with Edit Setup.)

Missing HOST Config Line in /etc/wwwacct.conf, please reconfigure with Edit Setup.

Are receiving this error when trying to add accounts through whm? The problem is that the host name of the server is missing from the configuration file.

==
/etc/wwwacct.conf
==

part of the file /etc/wwwacct.conf
==
HOMEMATCH home
HOST
LOGSTYLE combined
MINUID
==

simply put the hostname of the server right after 'HOST' so that it looks simliar to this.

==
HOMEMATCH home
HOST server.domain.com
LOGSTYLE combined
MINUID
==

that should take care of your issue.

If you do not know your host name, simply run the command hostname through ssh and you'll get your hostname

ex
==
root@server [~]# hostname
server.mydomain.com
==

enjoy!!

No comments:

Buy more Stuff!!!