warned - thanks for the reply.
nmap is not on our UNIX system and the rest of the computers on our network are all Windows.... so I tried telnet.
I could have sworn I had telnet turned off and refusing all connections.... When I try to telnet to my webserver by IP without specifying a port I get a connection failed.... as well as when I try any port other than 80.
When I telnet to my web server by IP on port 80 it connects.... but I just get a blinking cursor and when I hit the enter key I get booted off but see the following output:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>302 Found</TITLE>
</HEAD><BODY>
<H1>Found</H1>
The document has moved <A HREF="http://www.parkingticketpayment.com">here</A>.
<P>
<HR>
<ADDRESS>Apache/1.3.29 Server at www Port 80</ADDRESS>
</BODY></HTML>
Connection to host lost.
I know I said I didn't think it was an apache issue but I've been searching through the archives from the Apache list all morning and it might very well be.
Two questions:
1) The fact that I get this is a good sign right? What this tells me is that our network can establish an HTTP connection to my web server, but something is happening with the request/response. The strange this is that I get nothing in my browser... not even the message above... I just get thrown to a search page.
**Note this is all when doing byt IP address. When I try with the domain name nothing shows up in my apache logs and when I try to telnet to the domain name on port 80 I get a connection failed.
2) Why am I able to telnet to port 80 by IP address... is this a security issue?
Thanks
![Smilie](https://www.linuxquestions.org/questions/images/smilies/smile.gif)