<div dir="ltr"><div>Some validation steps from my house here:<br></div><div><br></div><div>## check who owns it, this is same as whois effectively<br></div><div>$ host -t NS <a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a><br><a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a> name server <b><a href="http://ns59.domaincontrol.com">ns59.domaincontrol.com</a>.</b><br><a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a> name server <b><a href="http://ns60.domaincontrol.com">ns60.domaincontrol.com</a>.</b></div><div><br></div><div>## confirm sanity that it thinks it owns it too, this is godaddy dns<br></div><div>$ host -t NS <a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a> <a href="http://NS59.DOMAINCONTROL.COM">NS59.DOMAINCONTROL.COM</a><br><b>Using domain server:<br>Name: <a href="http://NS59.DOMAINCONTROL.COM">NS59.DOMAINCONTROL.COM</a></b><br>Address: 97.74.100.31#53<br>Aliases: <br><br><a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a> name server <b><a href="http://ns59.domaincontrol.com">ns59.domaincontrol.com</a>.</b><br><a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a> name server <b><a href="http://ns60.domaincontrol.com">ns60.domaincontrol.com</a>.</b><br></div><div><br></div><div>## what does the current soa look like hosted on godaddy<br></div><div>$ host -t SOA <a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a><br><a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a> has SOA record <b><a href="http://ns59.domaincontrol.com">ns59.domaincontrol.com</a>. <a href="http://dns.jomax.net">dns.jomax.net</a></b>. 2021060900 28800 7200 604800 600<br></div><div><br></div><div>## does flash a-record exist?  newp.<br></div><div>$ host -t A <a href="http://flash.keithsmithinternetmarketing.com">flash.keithsmithinternetmarketing.com</a><br>Host <a href="http://flash.keithsmithinternetmarketing.com">flash.keithsmithinternetmarketing.com</a> <b>not found: 3(NXDOMAIN)</b><br></div><div><br></div><div>## It does have a base record though for the domain<br></div><div>$ host -t A <a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a> <a href="http://NS59.DOMAINCONTROL.COM">NS59.DOMAINCONTROL.COM</a><br><a href="http://keithsmithinternetmarketing.com">keithsmithinternetmarketing.com</a> <b>has address 34.98.99.30</b></div><div><br></div><div>## is there a www record?<br></div><div>host -t A <a href="http://www.keithsmithinternetmarketing.com">www.keithsmithinternetmarketing.com</a><br>Host <a href="http://www.keithsmithinternetmarketing.com">www.keithsmithinternetmarketing.com</a> not found: 2(SERVFAIL)</div><div><br></div><div>I get nothing from pulling up the base domain, just a blank page.  What urls are you set to currently for your vhosts?</div><div><br></div><div>-mb</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 9, 2021 at 1:04 PM Keith Smith via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
I have two domains being hosted on this box.  The first is working with <br>
my BIND setup and does not work.  The second I added as a check that is <br>
using a 3rd party DNS and it works fine.  I assume that points to my <br>
DNS....<br>
<br>
Interestingly if I change the IP addresses on my Zone to the same domain <br>
that is hosted on my VPS it works.  That I thought indicated it was an <br>
apache issue.<br>
<br>
Interesting problem.<br>
<br>
Still hoping for resolution....<br>
<br>
<br>
<br>
On 2021-06-09 10:54, Stephen Partington via PLUG-discuss wrote:<br>
> Yeah. There is a default configuration for apache. That needs to be<br>
> shut off or removed if it has not been already.<br>
> <br>
> On Wed, Jun 9, 2021, 9:05 AM Keith Smith via PLUG-discuss<br>
> <<a href="mailto:plug-discuss@lists.phxlinux.org" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:<br>
> <br>
>> I am trying to configure just one domain.  I assume you are talking<br>
>> about the Apache2 vhost configuration file?  I have the default and<br>
>> the<br>
>> one for my domain.  Can you expand on what your thoughts are in<br>
>> reference to "default"?  Thanks!!<br>
>> <br>
>> On 2021-06-09 07:42, Stephen Partington via PLUG-discuss wrote:<br>
>>> do you have a possible conflict like "default" used in more than<br>
>> one<br>
>>> active config file?<br>
>>> <br>
>>> On Wed, Jun 9, 2021 at 7:38 AM Keith Smith via PLUG-discuss<br>
>>> <<a href="mailto:plug-discuss@lists.phxlinux.org" target="_blank">plug-discuss@lists.phxlinux.org</a>> wrote:<br>
>>> <br>
>>>> Hi,<br>
>>>> <br>
>>>> I've configured Apache more than a few times with little trouble.<br>
>>>> For<br>
>>>> some reason I cannot see the current site I have configured.<br>
>>>> <br>
>>>> I am running Ubuntu 20.04lts and Apache2.<br>
>>>> <br>
>>>> Apache is running.  I can see the default page when entering the<br>
>>>> private<br>
>>>> or the public IP to the box in my browser.<br>
>>>> <br>
>>>> I assume that proves that port 80 is open to the world.<br>
>>>> <br>
>>>> I configured the vhost directive file and enabled it.<br>
>>>> <br>
>>>> I checked the configuration with "apache2ctl -t" which returns<br>
>>>> "Syntax<br>
>>>> OK".<br>
>>>> <br>
>>>> When I try to access the website via my domain, it times out and<br>
>> the<br>
>>>> <br>
>>>> browser says the website is not reachable.<br>
>>>> <br>
>>>> I've looked in the Apache error logs and there is nothing that<br>
>>>> indicates<br>
>>>> a problem.<br>
>>>> <br>
>>>> Is there another log or logs I should be looking at?<br>
>>>> <br>
>>>> Any help much appreciated!!<br>
>>>> <br>
>>>> Keith<br>
>>>> ---------------------------------------------------<br>
>>>> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
>>>> To subscribe, unsubscribe, or to change your mail settings:<br>
>>>> <a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
>>> <br>
>>> --<br>
>>> A mouse trap, placed on top of your alarm clock, will prevent you<br>
>> from<br>
>>> rolling over and going back to sleep after you hit the snooze<br>
>> button.<br>
>>> <br>
>>> Stephen<br>
>>> ---------------------------------------------------<br>
>>> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
>>> To subscribe, unsubscribe, or to change your mail settings:<br>
>>> <a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
>> ---------------------------------------------------<br>
>> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
>> To subscribe, unsubscribe, or to change your mail settings:<br>
>> <a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
> ---------------------------------------------------<br>
> PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
> To subscribe, unsubscribe, or to change your mail settings:<br>
> <a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>