You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jeanne Marie Hardin <jm...@hardincomp.port5.com> on 2003/10/23 19:48:50 UTC

[users@httpd] DNS hijacking

I have been running Apache (2.0.47/Win) on my notebook comp as a test
server for my web design work for a few months now but I have a problem
I hope someone can help me with. Since I installed Apache I find that
some websites are sent to my local server instead of to the server in
question. Classmates.com (65.243.133.81) is one server that I can no
longer access from my comp, either by the URI or the IP address. For
some reason I get the default page on my own server instead of theirs. I
have these lines set in my httpd.conf file (in the appropriate places,
of course):

	Listen 127.0.0.1:80
	Listen 127.0.0.1:8000

	ServerName 127.0.0.1

Can anyone lend me a clue as to what is wrong with my server?

----------
Jeanne Marie Hardin
HardinComp
http://HardinComp.port5.com/

"Decisions are made by those who show up."
-President Josiah Bartlett
 The West Wing, in the episode "What Kind of Day It Has Been"
 http://westwing.bewarne.com/



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] DNS hijacking

Posted by Jeanne Marie Hardin <jm...@hardincomp.port5.com>.
I'm not using a proxy at all. Using NetInfo Classmates.com shows they're
at 65.243.133.81. I used nslookup and got the same IP. Unfortunately I'm
still at a loss as to what's happening.

----------
Jeanne Marie Hardin
HardinComp
http://HardinComp.port5.com/

"Decisions are made by those who show up."
-President Josiah Bartlett
 The West Wing, in the episode "What Kind of Day It Has Been"
 http://westwing.bewarne.com/



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] DNS hijacking

Posted by Jonas Eckerman <jo...@frukt.org>.
> I have been running Apache (2.0.47/Win) on my notebook comp as a
> test server for my web design work for a few months now but I have

Are you also using it as a proxy server?

> I hope someone can help me with. Since I installed Apache I find
> that some websites are sent to my local server instead of to the
> server in question.

If you are not using Apache as a proxy server, and has not told your 
browser to use http://27.0.0.1:80 or http://27.0.0.1:8000 as proxy, 
Apache has nothing to do with this.

> Classmates.com (65.243.133.81) is one server that I can no

What IP address does "classmates.com" resolv to in your machine? 
Check with nslookup if you have WinNT/2K/XP, download host (or some 
other similar app) if you have Win9x/ME.

If it resolvs to 127.0.0.1, check you hosts file.

/Jonas

-- 
Jonas Eckerman, jonas_lists@frukt.org
http://www.fsdb.org/



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org