File apache2.firewall of Package apache2
1
## Name: HTTP Server
2
## Description: Opens ports for Apache Web Server.
3
4
# space separated list of allowed TCP ports
5
TCP="http"
6
7
# space separated list of allowed UDP ports
8
UDP="http"
9
10
# space separated list of allowed RPC services
11
RPC=""
12
13
# space separated list of allowed IP protocols
14
IP=""
15
16
# space separated list of allowed UDP broadcast ports
17
BROADCAST=""
18