Apache+php3 在WIN98下的安裝與配置
/software/apache_1_3_12_win32.exe
安裝於c:apache
配置:httpd.conf
一、ServerType(服務器類型)
standalone和inetd
二、ServerRoot(服務器根目錄)
ServerRoot “C:/apache"
三、port(服務器端口)
可為80或8080,可以為任意數!
四、ServerAdmin(服務器管理員)
服務器管理員的Email地址。如有錯,會給服務器管理員自動發信。
五、Servername(名稱)
有效的計算機域名。
六、documentroot(文檔主目錄)
默認的html主文檔的地址。如documentroot "C:/apache/htdocs"
七、directoryindex(默認主文檔)
directoryindex index.htm index.htm index.php3
八、ScriptAlias(腳本別名)
存放CGI程序的目錄或URL 如:ScriptAlias /cgi-bin/"C:/apache/cgi-bin/"
九、addType
對指定擴展名的文件建立特定的MIME類型(“text/html")
十、Directory
在
Options決定該目錄下的所有文件采取什麼樣的操作,其值可為:none,all,indexs,includes,followSymlinks,ExecCGI,MultiViews.