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

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

[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

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