Apache開啟不了PHP網頁 - BBS

Table of Contents

※ 引述《PowerSec (0day)》之銘言:
: 我的apache server突然不支援開啟php網頁
: 檢查了一下httpd.conf
: AddType application/x-httpd-php .php
: AddType application/x-httpd-php-source .phps
: 這兩行還在
: 因為不知道怎麼了 因此就把apache22 php5 php5-extensions
: 都make deinstall clean install一次
: 結果還是一樣 只要遇到php就會要下載

php module一定沒load進來
原因可能是httpd.conf裡寫mod_php4 , 但是你裝的是php5

--

All Comments