21
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Apache でバージョン情報等を出さない

Posted at

Apacheでバージョン情報等を出さない

ユーザに不必要な情報を出す事はセキュリティ上よろしくないので止める

/etc/httpd/conf/httpd.conf

ServerSignature Off
ServerTokens Prod

ServerSignature Off

エラー画面に表示されるApacheのバージョン情報等を表示しない

ServerTokens Prod

ResponseHeader に含まれるServerの情報を最小限にする

21
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?