This worked for me. I have the domain names registered in godaddy. I had to go
into godaddy "DNS Zone File" and "point" the domain names to my external IP
address. Don't use "settings" "forwarding"
NameVirtualHost *:80
# Begin First Web Page **
On Sat, Apr 19, 2014 at 9:32 AM, Michael Peters
wrote:
> IS it ok to have directory statements like this and virtualhost together?
>
>
>Options Indexes FollowSymLinks
>AllowOverride None
>Order allow,deny
>Allow from all
>
Yes. They're independent.
-
Subject: Re: [users@httpd] NameVirtualHost address is not supported
On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters
wrote:
> I've tried:
>
> NameVirtualHost *:80
> NameVirtualHost *
> NameVirtualHost 184.168.190.45:80
It should match verbatim the arguments to VirtualHost
@httpd.apache.org
Subject: Re: [users@httpd] NameVirtualHost address is not supported
On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters
wrote:
> I've tried:
>
> NameVirtualHost *:80
> NameVirtualHost *
> NameVirtualHost 184.168.190.45:80
It should match verbatim the arguments to V
On Sat, Apr 19, 2014 at 9:00 AM, Michael Peters
wrote:
> I've tried:
>
> NameVirtualHost *:80
> NameVirtualHost *
> NameVirtualHost 184.168.190.45:80
It should match verbatim the arguments to VirtualHost. None of those
are matches for the VirtualHost you pasted before.
-
httpd] NameVirtualHost address is not supported
Michael,
On 4/18/14, 2:16 PM, Michael Peters wrote:
> I have a few sites I'd like to run on a single server with one IP on
> port 80 and 443. I've tried several configuration examples without
> success. I get error messages like this:
>
>
Michael,
On 4/18/14, 2:16 PM, Michael Peters wrote:
> I have a few sites I’d like to run on a single server with one IP on
> port 80 and 443. I’ve tried several configuration examples without
> success. I get error messages like this:
>
>
>
> Starting httpd: [Fri Apr 18 09:23:32 2014] [error]