LoginSignup
1
1

More than 5 years have passed since last update.

Apache 設定

Last updated at Posted at 2015-12-26

はじめに

apache は初期設定のままではセキュリティ的に甘いところがあるため,その辺を最適化する.

対象: apache 2.4系

security.conf

ServerTokens    Prod
ServerSignature Off
TraceEnable     Off
<Directory /var/www/>
        Options FollowSymLinks
        AllowOverride None
        Require all granted
</Directory>
1
1
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
1
1