關於php在httpd裡面的設定問題 - BBS

Rosalind avatar
By Rosalind
at 2007-05-10T12:33

Table of Contents

※ 引述《donkeychen (donkey = =)》之銘言:
: 有一段是
: <IfModule mod_dir.c>
: <IfModule mod_php3.c>
: <IfModule mod_php4.c>
: DirectoryIndex index.htm index.html index.php index.php3 index.pht
: ml
: </IfModule>
: <IfModule !mod_php4.c>
: DirectoryIndex index.htm index.html index.php3
: </IfModule>
: </IfModule>
: <IfModule !mod_php3.c>
: <IfModule mod_php4.c>
: DirectoryIndex index.htm index.html index.php
: </IfModule>
: <IfModule !mod_php4.c>
: DirectoryIndex index.htm index.html
: </IfModule>
: </IfModule>
: </IfModule>
: 類似這樣的區段
: 我看他的意思是 如果有php3 又有php4 => section 1
: php3 但無php4 => section 2
: 無php3 但有php4 => section 3
: 無php3 且無php4 => section 4
: 所以 分成 php3(Y/N) 跟php4(Y/N) 所以有四個IfModule
: 那如果裝了php5啟不是要改成2*2*2=8種嗎
: 這樣會不會有點多呀@@?
看你的需求有沒有必要分的那麼清楚就是了

我自己設的話 index.htm , index.html , index.php , index.php3 , index.php4

讓使用者自己決定 想先被match到就自己改檔名 :P


--
Tags: BBS

All Comments

boot 開機停住

Kama avatar
By Kama
at 2007-05-10T10:31
※ 引述《chinsan.bbsatbbs.ilc.edu.tw (淡)》之銘言: : 那東西不叫做 and#34;easy bootand#34;, 那階段叫做 boot0 : http://freebsd.active-venture.com/handbook/boot-blocks.html#BOOT- ...

boot 開機停住

Mary avatar
By Mary
at 2007-05-10T00:17
※ 引述《chinsan.bbsatbbs.ilc.edu.tw (淡)》之銘言: : ※ 引述《allen501pc.bbsatptt.cc (電腦小玩家)》之銘言: : andgt; 就是我管理的freebsd 4.X 伺服器出現問題, : andgt; 一定要按下F1,才會繼續啟動,不然就是停在那邊了@ ...

一台主機兩個網頁對應DNS

Thomas avatar
By Thomas
at 2007-05-09T10:57
※ 引述《Zichi (外表是最好的掩飾)》之銘言: : 請問各位大大 : 我有一台Window Server 2003 : 裡面架設兩個網站 : 一個網頁走 80port IIS靜態網頁 : 另一個走 81port IIS掛PHP+MYSQL : 我在DNS應該如何設定 : IIS方面又該如何設定呢? ...

一台主機兩個網頁對應DNS

Oscar avatar
By Oscar
at 2007-05-09T10:47
請問各位大大 我有一台Window Server 2003 裡面架設兩個網站 一個網頁走 80port IIS靜態網頁 另一個走 81port IIS掛PHP+MYSQL 我在DNS應該如何設定 IIS方面又該如何設定呢? www IN A IP xx ...

學習rsync時碰到問題

Skylar Davis avatar
By Skylar Davis
at 2007-05-09T10:17
※ 引述《b7736 (Fasiter)》之銘言: : ※ 引述《pig (歡迎加入豬頭黨)》之銘言: : : ftp.ntu.edu.tw? 那你要本來就能用ssh登入(換句話說,就是要有帳號) : : 該站才會可以連啊。 : : 通常用rsync開給別人抓檔案你應該會用 rsync 來源主機::目錄 / ...