Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-27 Thread Joseph Morgan
I think you're right on B. A third web site (http://www.vizbizcardz.com) does not have the same problem. It's title is correct, and is hosted on the same server. Up until recently, I had VideoFortWorth pointing (purposefully) at ProSportsResumes while I finished up the site. It seems GoDadd

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-27 Thread Krist van Besien
On Fri, Mar 27, 2009 at 2:25 PM, Joseph Morgan wrote: > I think you're getting thereI hadn't thought of hitting with CURL... > > I use GoDaddy for hosting and DNS... I run my own server with > Apache/Tomcat. At GoDaddy, my forwarding is masked to my router's IP > (so you don't see the ip of th

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-27 Thread Joseph Morgan
I think you're getting thereI hadn't thought of hitting with CURL... I use GoDaddy for hosting and DNS... I run my own server with Apache/Tomcat. At GoDaddy, my forwarding is masked to my router's IP (so you don't see the ip of the server)... But, I don't see how GoDaddy can possibly man

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-27 Thread Krist van Besien
On Fri, Mar 27, 2009 at 1:50 PM, Krist van Besien wrote: > There is probably nothing wrong with virtualhost config. There is > however probably something wrong with your html code. Have you checked > that? I've checked some more things, looking at what the server acutally returns: $ curl -v www

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-27 Thread Joseph Morgan
Uh oh! I am missing something else. I have no HTML code like that anywhere! In fact, I don't use framesets at all!!! When the request hits the index.html at VideoFortWorth, this is the HTML there (And I really hope my email client doesn't mangle it): And... at ProSportsResume

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-27 Thread Krist van Besien
When I request http://www.videofortworth.com/ I get: http://www.w3.org/TR/html4/strict.dtd";> ProSportsResumes http://68.113.201.224/VideoFortWorth"; frameborder="0" /> Notice how the title says "ProSportResumes" There is probably nothing wrong with virtualhost config. The

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Joseph Morgan
Yep... my email client must have stripped them Justin Pasher wrote: > Joseph Morgan wrote: >> I have somehow mangled my virtual hosts.. or so I think. I have two web >> sites http://www.ProSportsResumes.com, and >> http://www.VideoFortWorth.com, among others hosted on the same machine. >> If you

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Tom Evans
On Thu, 2009-03-26 at 09:28 -0500, Joseph Morgan wrote: > I tried just the *:80... but that didn't work at all... no web sites > worked after that... You should have these directives in your conf file: Listen 80 NameVirtualHost * ServerName www.prosportsresumes.com # all other directives f

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Christian Buczek
On Thu, 26 Mar 2009 09:58:51 -0500, Justin Pasher wrote: > Joseph Morgan wrote: >> I have somehow mangled my virtual hosts.. or so I think. I have two web >> sites http://www.ProSportsResumes.com, and >> http://www.VideoFortWorth.com, among others hosted on the same machine. >> If you visit http:

Re: AW: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Christian Buczek
> Christian Buczek wrote: >> >> *Von:* Joseph Morgan [mailto:josephmmor...@hotmail.com] >> *Gesendet:* Donnerstag, 26. März 2009 03:21 >> *An:* users@httpd.apache.org >> *Betreff:* [us...@httpd] Mangled my Virtual Hosts >> >> I have somehow mangled my

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Justin Pasher
Joseph Morgan wrote: I have somehow mangled my virtual hosts.. or so I think. I have two web sites http://www.ProSportsResumes.com, and http://www.VideoFortWorth.com, among others hosted on the same machine. If you visit http://www.VideoFortWorth.com, you'll see "ProSportsResumes" in the title, b

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Joseph Morgan
I tried just the *:80... but that didn't work at all... no web sites worked after that... Only 127.0.0.1:* seems to work at the moment... but I'm going to try to use my actual network assigned IP as suggested by Christial Buczek... I think I have it all matching... but will check to be sure.

Re: AW: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Joseph Morgan
www.VideoFortWorth.com 192.168.x.x www.ProSportsResumes.com ?? Christian Buczek wrote: > > *Von:* Joseph Morgan [mailto:josephmmor...@hotmail.com] > *Gesendet:* Donnerstag, 26. März 2009 03:21 > *An:* users@httpd.apache.org > *Betreff:* [us...@httpd] Mangled my Virtual Hosts > > I ha

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Joseph Morgan
That's one of the mysteries... one of the first things I checked... nothing in my HTML does it but ProSportsResumes is the first listing in the virtual hosts... so I'm thinking it may have a relationship Krist van Besien wrote: > On Thu, Mar 26, 2009 at 3:21 AM, Joseph Morgan > wrote:

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Eric Covener
On Thu, Mar 26, 2009 at 5:33 AM, Christian Buczek wrote: >> NameVirtualHost 127.0.0.1:* > Careful, you need to have a literal match for these pair of arguments to get things to work properly. -- Eric Covener cove...@gmail.com ---

AW: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Christian Buczek
Von: Joseph Morgan [mailto:josephmmor...@hotmail.com] Gesendet: Donnerstag, 26. März 2009 03:21 An: users@httpd.apache.org Betreff: [us...@httpd] Mangled my Virtual Hosts I have somehow mangled my virtual hosts.. or so I think. I have two web sites http://www.ProSportsResumes.com, and http

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-25 Thread Krist van Besien
On Thu, Mar 26, 2009 at 3:21 AM, Joseph Morgan wrote: > I have somehow mangled my virtual hosts.. or so I think. I have two web > sites http://www.ProSportsResumes.com, and > http://www.VideoFortWorth.com, among others hosted on the same machine. > If you visit http://www.VideoFortWorth.com, you'l

[us...@httpd] Mangled my Virtual Hosts

2009-03-25 Thread Joseph Morgan
I have somehow mangled my virtual hosts.. or so I think. I have two web sites http://www.ProSportsResumes.com, and http://www.VideoFortWorth.com, among others hosted on the same machine. If you visit http://www.VideoFortWorth.com, you'll see "ProSportsResumes" in the title, but the content o