Re: Mangled my Virtual Hosts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Mar 27, 2009 at 1:50 PM, Krist van Besien
<krist.vanbesien@xxxxxxxxx> 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.VideoFortWorth.com
* About to connect() to www.VideoFortWorth.com port 80 (#0)
*   Trying 64.202.189.170... connected
* Connected to www.VideoFortWorth.com (64.202.189.170) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.18.2 (x86_64-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.8
> Host: www.VideoFortWorth.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Fri, 27 Mar 2009 13:02:45 GMT
< Server: Microsoft-IIS/6.0
< X-Powered-By: ASP.NET
< X-AspNet-Version: 2.0.50727
< Cache-Control: private
< Content-Type: text/html; charset=utf-8
< Content-Length: 479
<

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd";>
<html>

<head>
  <title>ProSportsResumes </title>
  <META name="description" content="Professional Sports Resumes for
College bound High School Students">
</head>
<frameset rows="100%,*" border="0">
  <frame src="http://68.113.201.224/VideoFortWorth"; frameborder="0" />
  <frame frameborder="0" noresize />
</frameset>

<!-- pageok -->
<!-- 05 -->
<!-- 7.9-->
* Connection #0 to host www.VideoFortWorth.com left intact
* Closing connection #0

Notice a couple of things: This frame seems to come from an IIS
server. There is also a "powered by ASP,NET" header. I have the
suspicion that you are using a sort of web forwarding service, that
generates a frameset that is used to server the real content.
Because the src link uses an IP address you can not use name based
virtual hosts.

i'd suggest you contact whoever manages this web redirection.

Krist

-- 
krist.vanbesien@xxxxxxxxx
krist@xxxxxxxxxxxxx
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux