Good day.
I have BIND working correctly for my server, and my domains have their DNS set to my name servers. They are all propogated, as DIG shows my local zone file entries. So BIND looks like its working well. My problem is that all domains are just resolving to the cPanel "There is no website configured at this address." webpage rather than resolving to their account's document locations /home/username/public_html/index.html
I checked httpd.conf, and the virtual hosts entries are there, and show the right document paths, but I can't figure why they're pulling up the cPanel page instead.
All of my hosted accounts/domains are using the same shared IP that the server has.
Any suggestions, pointers, advice would be greatly appreciated :D
Example: gargoylehosting.com
WHOIS: Domain Name: XXXHOSTING.COM
Domain servers in listed order:
NS1.XXXHOSTING.COM
NS2.XXXHOSTING.COM
Sample of httpd.conf virtual host entry:
<VirtualHost xx.xx.xx.xx>
ServerAlias xxxhosting.com
ServerAdmin [email protected]
DocumentRoot /home/username/public_html
BytesLog domlogs/xxxhosting.com-bytes_log
ServerName www.xxxhosting.com
User xxxx
Group xxxx
CustomLog /usr/local/apache/domlogs/xxxhosting.com combined
ScriptAlias /cgi-bin/ /home/username/public_html/cgi-bin/
</VirtualHost>
I have BIND working correctly for my server, and my domains have their DNS set to my name servers. They are all propogated, as DIG shows my local zone file entries. So BIND looks like its working well. My problem is that all domains are just resolving to the cPanel "There is no website configured at this address." webpage rather than resolving to their account's document locations /home/username/public_html/index.html
I checked httpd.conf, and the virtual hosts entries are there, and show the right document paths, but I can't figure why they're pulling up the cPanel page instead.
All of my hosted accounts/domains are using the same shared IP that the server has.
Any suggestions, pointers, advice would be greatly appreciated :D
Example: gargoylehosting.com
WHOIS: Domain Name: XXXHOSTING.COM
Domain servers in listed order:
NS1.XXXHOSTING.COM
NS2.XXXHOSTING.COM
Sample of httpd.conf virtual host entry:
<VirtualHost xx.xx.xx.xx>
ServerAlias xxxhosting.com
ServerAdmin [email protected]
DocumentRoot /home/username/public_html
BytesLog domlogs/xxxhosting.com-bytes_log
ServerName www.xxxhosting.com
User xxxx
Group xxxx
CustomLog /usr/local/apache/domlogs/xxxhosting.com combined
ScriptAlias /cgi-bin/ /home/username/public_html/cgi-bin/
</VirtualHost>
Last edited: