"There is no website configured at this address."

hatefulmofo

Registered
Apr 21, 2006
1
0
151
I had an issue with mod_log_bytes that was causing apache to not start. I fixed that error (by adding AddModule mod_log_bytes.c. Apache will load now, however whenever I try to go to any of the websites (which still have all of their original configuration information in http.conf), I get the CPanel welcome page.

Is there a configuration file for CPanel which also lists the domain names I have configured? It is possible that CPanel somehow got reset.

Any help would be appreciated!
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
hatefulmofo said:
however whenever I try to go to any of the websites (which still have all of their original configuration information in http.conf), I get the CPanel welcome page
What is your OS?
Were the web sites up and running before you had an issue with mod_log_bytes? If yes, then this might be a DNS issue. Run a Web site by DNSreport.com.
 

chzelle

Active Member
Jul 30, 2003
27
0
151
Run /usr/local/apache/bin/apachectl configtest so you can check the error.

If you get something like

[Thu Apr xx xx:xx:xx 2006] [warn] VirtualHost xx.xx.xx.xxx:80 overlaps with VirtualHost xx.xxx.xx.xxx:80, the first has precedence, perhaps you need a NameVirtualHost directive


Then, Add the line below on top of the first vhost

NameVirtualHost xx.xx.xxx.xx:80

restart your apache. Hope this would help ya.