*) SECURITY: CVE-2025-54090: Apache HTTP Server: 'RewriteCond expr' always evaluates to true in 2.4.64 (cve.mitre.org) A bug in Apache HTTP Server 2.4.64 results in all "RewriteCond expr ..." tests evaluating as "true". Users are recommended to upgrade to version 2.4.65, which fixes the issue. OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=721
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=""
|