Apache-2.2

如何將 php5 cgi 轉換為模組?

  • October 24, 2010

我在我的 debian lenny 系統上安裝了 PHP5 作為 cgi。現在我發現 php 中的 flush() 僅適用於作為模組安裝的 php。任何人都知道如何(重新)安裝 php5 作為模組?(阿帕奇2)

謝謝 :)

只需複制並粘貼以下內容。

sudo -i
aptitude -y remove php5-cgi
aptitude -y install libapache2-mod-php5
/etc/init.d/apache2 restart

並且應該這樣做。您將被要求輸入密碼。

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