Thread: Apache2 security check
i have created web server use media files roku box , dont have need outside access , want cut off no 1 in , steal files outside of home network.
put in ports.conf file "listen 127.0.0.1:80" replaced "listen 80". need restrict outside access or need else? apache default closed outside? how can check see if can access outside or not?
thanks,
tom
well way have set right allow listen on interfaces connection. not bad since still need access remote machine on network.
can additionally block outside access ufw adding
sudo ufw allow 192.168.0.0/24 192.168.0.x port 80
allow traffic 192.168.0.0 network (assuming ip range network) server 192.168.0.x ip of server on port 80.you can change subnet /24 specific ip address if you'd allow 1 ip. in addition deny in ufw should covered. if you're using router make sure don't forward ports unless want accessible internet.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Security [ubuntu] Apache2 security check
Ubuntu

Comments
Post a Comment