Re: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Joseph Darman
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 **

Re: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Eric Covener
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. -

RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
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

RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
@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

Re: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Eric Covener
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. -

RE: [users@httpd] NameVirtualHost address is not supported

2014-04-19 Thread Michael Peters
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: > >

Re: [users@httpd] NameVirtualHost address is not supported

2014-04-18 Thread Christopher Schultz
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]

[users@httpd] NameVirtualHost address is not supported

2014-04-18 Thread Michael Peters
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] VirtualHost _default_:443 -- mixing * ports and non-* ports with a N