Re: [WISPA] Quick Apache Help

2007-08-01 Thread Ryan Langseth
Can you post your config too?

Ryan

On Wed, 2007-08-01 at 11:59 -0400, Carl A jeptha wrote:
 My web guy is in hospital - long story short - getting an error and need 
 to bring up sites right now. What do i know about apache, about the same 
 as I'm being paid - zero. :-)
 I need to do this like yesterday? So I am on a very sharp learning 
 curve.
 Here's an error I'm getting:
 Executing /etc/rc.d/init.d/httpd restart ..
 
 Stopping httpd: [  OK  ]
 Starting httpd: [Wed Aug 01 11:35:54 2007] [warn] VirtualHost 
 www.goldenbeachestates.ca:80 overlaps with VirtualHost 
 www.cobourgyachtclub.ca:80, the first has precedence, perhaps you need a 
 NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.trussworthy.ca:80 overlaps 
 with VirtualHost www.goldenbeachestates.ca:80, the first has precedence, 
 perhaps you need a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.cayita.com:80 overlaps with 
 VirtualHost www.trussworthy.ca:80, the first has precedence, perhaps you need 
 a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.fbparch.com:80 overlaps 
 with VirtualHost www.cayita.com:80, the first has precedence, perhaps you 
 need a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.castleton.ca:80 overlaps 
 with VirtualHost www.fbparch.com:80, the first has precedence, perhaps you 
 need a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.isowall.ca:80 overlaps with 
 VirtualHost www.castleton.ca:80, the first has precedence, perhaps you need a 
 NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.hamiltontownship.ca:80 
 overlaps with VirtualHost www.isowall.ca:80, the first has precedence, 
 perhaps you need a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] NameVirtualHost *:80 has no VirtualHosts
 [  OK  ]
 
 I don't know what it means
 
 -- 
 You have a Good Day now,
 
 
 Carl A Jeptha
 http://www.airnet.ca
 Office Phone: 905 349-2084
 Office Hours: 9:00am - 5:00pm
 skype cajeptha
 
 
 WISPA Wants You! Join today!
 http://signup.wispa.org/
 


WISPA Wants You! Join today!
http://signup.wispa.org/

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Quick Apache Help

2007-08-01 Thread Japhy Bartlett
it's an error with how you're declaring your virtual hosts, in either
your httpd.conf or a file in your conf.d .  Hard to debug without
seeing them; you could post a copy somewhere.

probably they're at /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/
might have some more conf files.

J

On 8/1/07, Carl A jeptha [EMAIL PROTECTED] wrote:
 My web guy is in hospital - long story short - getting an error and need
 to bring up sites right now. What do i know about apache, about the same
 as I'm being paid - zero. :-)
 I need to do this like yesterday? So I am on a very sharp learning
 curve.
 Here's an error I'm getting:
 Executing /etc/rc.d/init.d/httpd restart ..

 Stopping httpd: [  OK  ]
 Starting httpd: [Wed Aug 01 11:35:54 2007] [warn] VirtualHost 
 www.goldenbeachestates.ca:80 overlaps with VirtualHost 
 www.cobourgyachtclub.ca:80, the first has precedence, perhaps you need a 
 NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.trussworthy.ca:80 overlaps 
 with VirtualHost www.goldenbeachestates.ca:80, the first has precedence, 
 perhaps you need a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.cayita.com:80 overlaps with 
 VirtualHost www.trussworthy.ca:80, the first has precedence, perhaps you need 
 a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.fbparch.com:80 overlaps 
 with VirtualHost www.cayita.com:80, the first has precedence, perhaps you 
 need a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.castleton.ca:80 overlaps 
 with VirtualHost www.fbparch.com:80, the first has precedence, perhaps you 
 need a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.isowall.ca:80 overlaps with 
 VirtualHost www.castleton.ca:80, the first has precedence, perhaps you need a 
 NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.hamiltontownship.ca:80 
 overlaps with VirtualHost www.isowall.ca:80, the first has precedence, 
 perhaps you need a NameVirtualHost directive
 [Wed Aug 01 11:35:54 2007] [warn] NameVirtualHost *:80 has no VirtualHosts
 [  OK  ]

 I don't know what it means

 --
 You have a Good Day now,


 Carl A Jeptha
 http://www.airnet.ca
 Office Phone: 905 349-2084
 Office Hours: 9:00am - 5:00pm
 skype cajeptha

 
 WISPA Wants You! Join today!
 http://signup.wispa.org/
 
 --
 WISPA Wireless List: wireless@wispa.org

 Subscribe/Unsubscribe:
 http://lists.wispa.org/mailman/listinfo/wireless

 Archives: http://lists.wispa.org/pipermail/wireless/


WISPA Wants You! Join today!
http://signup.wispa.org/

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


[WISPA] Quick Apache Help

2007-08-01 Thread Carl A jeptha
My web guy is in hospital - long story short - getting an error and need 
to bring up sites right now. What do i know about apache, about the same 
as I'm being paid - zero. :-)
I need to do this like yesterday? So I am on a very sharp learning 
curve.

Here's an error I'm getting:
Executing /etc/rc.d/init.d/httpd restart ..

Stopping httpd: [  OK  ]
Starting httpd: [Wed Aug 01 11:35:54 2007] [warn] VirtualHost 
www.goldenbeachestates.ca:80 overlaps with VirtualHost 
www.cobourgyachtclub.ca:80, the first has precedence, perhaps you need a 
NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.trussworthy.ca:80 overlaps 
with VirtualHost www.goldenbeachestates.ca:80, the first has precedence, 
perhaps you need a NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.cayita.com:80 overlaps with 
VirtualHost www.trussworthy.ca:80, the first has precedence, perhaps you need a 
NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.fbparch.com:80 overlaps with 
VirtualHost www.cayita.com:80, the first has precedence, perhaps you need a 
NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.castleton.ca:80 overlaps with 
VirtualHost www.fbparch.com:80, the first has precedence, perhaps you need a 
NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.isowall.ca:80 overlaps with 
VirtualHost www.castleton.ca:80, the first has precedence, perhaps you need a 
NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.hamiltontownship.ca:80 
overlaps with VirtualHost www.isowall.ca:80, the first has precedence, perhaps 
you need a NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] NameVirtualHost *:80 has no VirtualHosts
[  OK  ]

I don't know what it means

--
You have a Good Day now,


Carl A Jeptha
http://www.airnet.ca
Office Phone: 905 349-2084
Office Hours: 9:00am - 5:00pm
skype cajeptha


WISPA Wants You! Join today!
http://signup.wispa.org/

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] Quick Apache Help

2007-08-01 Thread Adam Kennedy
I'm going to assume you started getting these after doing an upgrade on 
Apache?


Looks like you have the Virtual Hosts defined oddly. Before any 
VirtualHost directives, you must have a config entry for 
NameVirtualHost that has either the IP or an asterisk (*).


Additionally, your VirtualHost directive for each site looks like it is 
defined as VirtualHost www.sitename.com:80 instead of VirtualHost 
IP.HERE:80 or VirtualHost *:80


The following might help significantly:
http://httpd.apache.org/docs/1.3/vhosts/name-based.html


Carl A jeptha wrote:
My web guy is in hospital - long story short - getting an error and need 
to bring up sites right now. What do i know about apache, about the same 
as I'm being paid - zero. :-)
I need to do this like yesterday? So I am on a very sharp learning 
curve.

Here's an error I'm getting:
Executing /etc/rc.d/init.d/httpd restart ..

Stopping httpd: [  OK  ]
Starting httpd: [Wed Aug 01 11:35:54 2007] [warn] VirtualHost 
www.goldenbeachestates.ca:80 overlaps with VirtualHost 
www.cobourgyachtclub.ca:80, the first has precedence, perhaps you need a 
NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.trussworthy.ca:80 
overlaps with VirtualHost www.goldenbeachestates.ca:80, the first has 
precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.cayita.com:80 overlaps 
with VirtualHost www.trussworthy.ca:80, the first has precedence, 
perhaps you need a NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.fbparch.com:80 
overlaps with VirtualHost www.cayita.com:80, the first has precedence, 
perhaps you need a NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.castleton.ca:80 
overlaps with VirtualHost www.fbparch.com:80, the first has precedence, 
perhaps you need a NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.isowall.ca:80 overlaps 
with VirtualHost www.castleton.ca:80, the first has precedence, perhaps 
you need a NameVirtualHost directive
[Wed Aug 01 11:35:54 2007] [warn] VirtualHost www.hamiltontownship.ca:80 
overlaps with VirtualHost www.isowall.ca:80, the first has precedence, 
perhaps you need a NameVirtualHost directive

[Wed Aug 01 11:35:54 2007] [warn] NameVirtualHost *:80 has no VirtualHosts
[  OK  ]

I don't know what it means



--

Adam Kennedy
Network Administrator
Cyberlink International
Phone: 888-293-3693 x4352
Fax: 574-855-5761

WISPA Wants You! Join today!
http://signup.wispa.org/

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/