If you have dash-sh installed, apache2 completely fails to start: Nov 04 21:52:14 f3 start_apache2[55066]: /usr/sbin/start_apache2: 158: Syntax error: "(" unexpected OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=710
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
## Name: HTTP Server
|
|
## Description: Opens ports for Apache Web Server.
|
|
|
|
# space separated list of allowed TCP ports
|
|
TCP="http"
|
|
|
|
# space separated list of allowed UDP ports
|
|
UDP=""
|
|
|
|
# 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=""
|