Ubuntu

無法使用 nginx 和 php-fpm 在 ubuntu 14.04 中關閉 Expose_php

  • December 21, 2017

根據phpinfo:

載入的配置文件:/etc/php5/fpm/php.ini

# grep expose_php /etc/php5/fpm  -R
   /etc/php5/fpm/php.ini:expose_php = Off
   /etc/php5/fpm/pool.d/www.conf:php_flag[expose_php] = off

# curl -I https://MyHost.loc/i.php | head | grep X-Powered-By
X-Powered-By: PHP/5.5.9-1ubuntu4

有人可以在 Ubuntu 14.04 中確認這一點嗎?

知道如何擺脫 X-Powered-By 嗎?

初始化腳本中似乎有一個錯誤。restart沒有重新啟動 php fpm 但也沒有報告問題。stop&start工作並領導不再是 X-Powered-By。

添加proxy_hide_header X-Powered-By;到相應的 nginx 站點啟用文件並重新啟動它。

引用自:https://serverfault.com/questions/589404