2008-10-24 16:51:16 +02:00
|
|
|
## Name: HTTP Server
|
2007-03-20 01:13:36 +01:00
|
|
|
## Description: Opens ports for Apache Web Server.
|
|
|
|
|
|
|
|
# space separated list of allowed TCP ports
|
|
|
|
TCP="http"
|
|
|
|
|
|
|
|
# space separated list of allowed UDP ports
|
2014-09-29 10:30:32 +02:00
|
|
|
UDP=""
|
2007-03-20 01:13:36 +01:00
|
|
|
|
|
|
|
# space separated list of allowed RPC services
|
|
|
|
RPC=""
|
|
|
|
|
|
|
|
# space separated list of allowed IP protocols
|
|
|
|
IP=""
|
|
|
|
|
|
|
|
# space separated list of allowed UDP broadcast ports
|
|
|
|
BROADCAST=""
|