Some validation steps from my house here:

## check who owns it, this is same as whois effectively
$ host -t NS keithsmithinternetmarketing.com
keithsmithinternetmarketing.com name server ns59.domaincontrol.com.
keithsmithinternetmarketing.com name server ns60.domaincontrol.com.

## confirm sanity that it thinks it owns it too, this is godaddy dns
$ host -t NS keithsmithinternetmarketing.com NS59.DOMAINCONTROL.COM
Using domain server:
Name: NS59.DOMAINCONTROL.COM

Address: 97.74.100.31#53
Aliases:

keithsmithinternetmarketing.com name server ns59.domaincontrol.com.
keithsmithinternetmarketing.com name server ns60.domaincontrol.com.

## what does the current soa look like hosted on godaddy
$ host -t SOA keithsmithinternetmarketing.com
keithsmithinternetmarketing.com has SOA record ns59.domaincontrol.com. dns.jomax.net. 2021060900 28800 7200 604800 600

## does flash a-record exist?  newp.
$ host -t A flash.keithsmithinternetmarketing.com
Host flash.keithsmithinternetmarketing.com not found: 3(NXDOMAIN)

## It does have a base record though for the domain
$ host -t A keithsmithinternetmarketing.com NS59.DOMAINCONTROL.COM
keithsmithinternetmarketing.com has address 34.98.99.30

## is there a www record?
host -t A www.keithsmithinternetmarketing.com
Host www.keithsmithinternetmarketing.com not found: 2(SERVFAIL)

I get nothing from pulling up the base domain, just a blank page.  What urls are you set to currently for your vhosts?

-mb


On Wed, Jun 9, 2021 at 1:04 PM Keith Smith via PLUG-discuss <plug-discuss@lists.phxlinux.org> wrote:

I have two domains being hosted on this box.  The first is working with
my BIND setup and does not work.  The second I added as a check that is
using a 3rd party DNS and it works fine.  I assume that points to my
DNS....

Interestingly if I change the IP addresses on my Zone to the same domain
that is hosted on my VPS it works.  That I thought indicated it was an
apache issue.

Interesting problem.

Still hoping for resolution....



On 2021-06-09 10:54, Stephen Partington via PLUG-discuss wrote:
> Yeah. There is a default configuration for apache. That needs to be
> shut off or removed if it has not been already.
>
> On Wed, Jun 9, 2021, 9:05 AM Keith Smith via PLUG-discuss
> <plug-discuss@lists.phxlinux.org> wrote:
>
>> I am trying to configure just one domain.  I assume you are talking
>> about the Apache2 vhost configuration file?  I have the default and
>> the
>> one for my domain.  Can you expand on what your thoughts are in
>> reference to "default"?  Thanks!!
>>
>> On 2021-06-09 07:42, Stephen Partington via PLUG-discuss wrote:
>>> do you have a possible conflict like "default" used in more than
>> one
>>> active config file?
>>>
>>> On Wed, Jun 9, 2021 at 7:38 AM Keith Smith via PLUG-discuss
>>> <plug-discuss@lists.phxlinux.org> wrote:
>>>
>>>> Hi,
>>>>
>>>> I've configured Apache more than a few times with little trouble.
>>>> For
>>>> some reason I cannot see the current site I have configured.
>>>>
>>>> I am running Ubuntu 20.04lts and Apache2.
>>>>
>>>> Apache is running.  I can see the default page when entering the
>>>> private
>>>> or the public IP to the box in my browser.
>>>>
>>>> I assume that proves that port 80 is open to the world.
>>>>
>>>> I configured the vhost directive file and enabled it.
>>>>
>>>> I checked the configuration with "apache2ctl -t" which returns
>>>> "Syntax
>>>> OK".
>>>>
>>>> When I try to access the website via my domain, it times out and
>> the
>>>>
>>>> browser says the website is not reachable.
>>>>
>>>> I've looked in the Apache error logs and there is nothing that
>>>> indicates
>>>> a problem.
>>>>
>>>> Is there another log or logs I should be looking at?
>>>>
>>>> Any help much appreciated!!
>>>>
>>>> Keith
>>>> ---------------------------------------------------
>>>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>>>> To subscribe, unsubscribe, or to change your mail settings:
>>>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>>
>>> --
>>> A mouse trap, placed on top of your alarm clock, will prevent you
>> from
>>> rolling over and going back to sleep after you hit the snooze
>> button.
>>>
>>> Stephen
>>> ---------------------------------------------------
>>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>>> To subscribe, unsubscribe, or to change your mail settings:
>>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>> ---------------------------------------------------
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss