mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
apache: Do not show loaded modules
The server header will show less information about the modules of the apache daemon. Fixes #10671
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Timeout 300
|
Timeout 300
|
||||||
ServerSignature on
|
ServerSignature on
|
||||||
UseCanonicalName off
|
UseCanonicalName off
|
||||||
ServerTokens Full
|
ServerTokens Prod
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
CustomLog /var/log/httpd/access_log combined
|
CustomLog /var/log/httpd/access_log combined
|
||||||
Include /etc/httpd/conf/hostname.conf
|
Include /etc/httpd/conf/hostname.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user