JDP 發表於 2006-7-25 09:27:13

隱藏 Apache 及 PHP 版本

要將 Apache 及 PHP 的版本隱藏,可以用以下方法:
Apache:
開啟 httpd.conf,加入以下兩行:
ServerTokens ProductOnly
ServerSignature Off
PHP:
隱藏 PHP 版本就是隱藏 "X-Powered-By: PHP/5.1.2-1+b1" 這個,開啟 php.ini,加入:
expose_php = Off
完成以上兩個設定後,重新啟動 Apache 即可。

Reference: http://www.real-blog.com/linux-bsd-notes/197
頁: [1]
查看完整版本: 隱藏 Apache 及 PHP 版本