如何删除目录列表底部的服务器信息?
它看起来像这样: Apache/2.2.14 (Ubuntu) Server
Apache/2.2.14 (Ubuntu) Server
在.htaccess,虚拟主机文件或主configuration文件中添加ServerSignature Off line。
ServerSignature Off
更多的信息可以在官方的apache文档中find 。