我尝试从PHP版本中删除ubuntu(服务器操作系统)名称
(PHP Version 5.5.9-1ubuntu4.3)
我已尝试关闭php.ini
中的以下设置:expose_php Off
- 但没有效果
尝试过Apache设置:
ServerTokens Prod // -- **But didn't worked**
ServerSignature off // -- **But didn't worked**
任何人都有这方面的经验,请帮助!
由于
答案 0 :(得分:0)
我认为你错过了等号试试这个:
expose_php = off