Click to See Complete Forum and Search --> : Apache security


Learninlinux
04-14-2002, 11:02 AM
Hello all: With my web site up and running (sorta) on my lan, I did a scan of the server with LANguard and found the following ports open: 22 remote log in; 80 http; 111 Sun rpc and 443 Secure http. Now, I understand enough that I must have 80 open for normal web serving. I also understand that RPC(111) is quite vulnerable and should be closed. Not sure about the others (22 and 443). How do I go about closing port 111 and just what is the verdict on 22 and 443? I will soon be installing a firewall and boosting my secure passwords. Thanks LearninLinux... :)

Disc0stoo
04-14-2002, 01:05 PM
22 is ssh, I don't know about the others.

SuperHornet
04-14-2002, 01:35 PM
Once you install the firewall you can just block access to those ports.

iDxMan
04-15-2002, 09:14 PM
443 is for https. (look at /etc/services)
as stated, 22 is ssh.