步驟:
前往 /etc/apache2/conf-available/security.conf ,找到ServerSignature,跟ServerTokens。
改成如下:
1 2 |
ServerSignature Off ServerTokens Prod |
參考:
How to improve Apache server security by limiting the information it reveals
AWS、PHP、LINUX、APACHE、MYSQL、CAKEPHP、JAVASCRIPT…….
步驟:
前往 /etc/apache2/conf-available/security.conf ,找到ServerSignature,跟ServerTokens。
改成如下:
1 2 |
ServerSignature Off ServerTokens Prod |
參考:
How to improve Apache server security by limiting the information it reveals