Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Apache server signature #5

Closed
microamp opened this issue Jun 5, 2024 · 0 comments · Fixed by #7
Closed

Disable Apache server signature #5

microamp opened this issue Jun 5, 2024 · 0 comments · Fixed by #7

Comments

@microamp
Copy link
Contributor

microamp commented Jun 5, 2024

Consider setting ServerSignature to Off to hide server information.

https://httpd.apache.org/docs/current/mod/core.html#serversignature

We may also want to set ServerTokens to Prod, even though it's server: cloudflare in our case. i.e.

curl -I ... | grep -i server
server: cloudflare
@microamp microamp transferred this issue from ietf-tools/legacy-base Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant