最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Apache + php3在WIN98下的安装与配置
时间:2022-07-02 09:22:51 编辑:袖梨 来源:一聚教程网
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,AllowOverride,order,allow,deny.
Options决定该目录下的所有文件采取什么样的操作,其值可为:none,all,indexs,includes,followSymlinks,ExecCGI,MultiViews.
/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.
相关文章
- 《潜行者2:切尔诺贝利之心》使用手电筒方法介绍 11-21
- 《潜行者2:切尔诺贝利之心》回声探测器使用攻略分享 11-21
- 《潜行者2:切尔诺贝利之心》人工制品奖励获得方法介绍 11-21
- 《潜行者2:切尔诺贝利之心》奇美拉嵌合体打法技巧分享 11-21
- 《潜行者2:切尔诺贝利之心》风衣怪打法技巧分享 11-21
- 《潜行者2:切尔诺贝利之心》变异狗打法技巧分享 11-21