Hi,
I realize that Nginx passes requests to Apache via ports 7080 and 7081, however why are these ports publicly accessible? Would this still work if I write the firewall rules (for these ports):
Allow incoming from 127.0.0.1
Deny incoming from all others
I am looking for a way to ensure all requests are via Nginx. Also, this is for a production server so I don't want to cause downtime by trying without asking the experts first.
Thanks.
I realize that Nginx passes requests to Apache via ports 7080 and 7081, however why are these ports publicly accessible? Would this still work if I write the firewall rules (for these ports):
Allow incoming from 127.0.0.1
Deny incoming from all others
I am looking for a way to ensure all requests are via Nginx. Also, this is for a production server so I don't want to cause downtime by trying without asking the experts first.
Thanks.