Do you want to allow only one ip to access your server or just want it to listen on one address? The "Listen" directive binds the server to one ip. This is used when there are more than one NICs installed on the machine. You can filter out unwanted users or allow limited access to a directory or website with the "Order allow, deny" directives then the "Allow from (whatever)" or "Deny from (whatever)". The (whatever) can be an ip address or a Netscape user to name just two.
Order Deny, Allow
Deny from all
Allow from 192.168.0.52
Apache will lister for http traffic on port 80 and https on port 443. It doesn't have anything to do with telnet. Telnet traffic is handled by your telnet server which does its thang on port 23.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.