Disable apache for one IP?

RTKS

Verified User
Joined
Nov 25, 2003
Messages
47
How can I disable apache from listening on one IP? I have an admin IP that I don't want/need apache on. It is the server's main IP.

I'd like to disable apache and then remap port 80 to ssh...which I've already done but apache is still listening.

Thanks!
 
Sorry for replying to myself...but I figured it out...didn't fix my problem but I learned something today. ;-)
 
You can certainly configure apache to not listen on a given IP# (by telling it which IP#s to listen on for which ports).

Just what is it you're trying to do that you can't do?

Jeff
 
I was trying to get around a client's firewall...in the end I wound up just having to add their proxy info to Putty and port 22 was open...if it hadn't been I had setup port 80 to answer SSH as well so I woulda been set.
 
Back
Top