關於php在httpd裡面的設定問題 - BBS
By Rosalind
at 2007-05-10T12:33
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
--
: 有一段是
: <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
Related Posts
boot 開機停住
By Kama
at 2007-05-10T10:31
at 2007-05-10T10:31
boot 開機停住
By Mary
at 2007-05-10T00:17
at 2007-05-10T00:17
一台主機兩個網頁對應DNS
By Thomas
at 2007-05-09T10:57
at 2007-05-09T10:57
一台主機兩個網頁對應DNS
By Oscar
at 2007-05-09T10:47
at 2007-05-09T10:47
學習rsync時碰到問題
By Skylar Davis
at 2007-05-09T10:17
at 2007-05-09T10:17