以文本方式查看主题 - 康柏仕电脑学院 (http://combss.com/bbs/index.asp) -- 硬件及网络技术资料储存区 (http://combss.com/bbs/list.asp?boardid=61) ---- IIS组建与配置-图解IIS服务器配置教程 (http://combss.com/bbs/dispbbs.asp?boardid=61&id=2205) |
-- 作者:轻轻风聆 -- 发布时间:2009/2/12 10:00:22 -- IIS组建与配置-图解IIS服务器配置教程
IIS服务器完全配置 现在我们要使IIS实现ASP,CGI,PERL和PHP+MYSQL
所需软件(都要是For Windows的): ActivePerl、PHP、MYSQL ActivePerl下载: 国内:http://www.downloadsky.com/down/ ... 630-MSWin32-x86.zip (目前最新版本是ActivePerl V5.6.1.630) PHP下载: 国内:http://www.downloadsky.com/down/php-4.0.6-Win32.zip (目前最新版本是PHP V4.0.6) MYSQL下载: 国内: http://www.downloadsky.com/down/mysql-3.23.45-win.zip (目前最新版本是MYSQL V3.23.45) --------------------------------------------------------------------------------------------- 一.ASP支持: 不用说了吧,什么都不用做,本身就支持ASP运行。 二.CGI,PERL支持: 1.安装ActivePerl 运行下载的ActivePerl一步一步安装(注意:安装路径请选 择到根目录的/usr/下(默认是perl),这样对以后调试程序省很多事) 2.配置IIS 打开"Internet 信息服务"(在\'管理工具\'里),点开默认站点的属性,如图: 1.gif (2007-04-13 10:02, 44.85 K) screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" alt="" /> 选择 "主目录" 选项卡,然后点 "配置(G)...",弹出如图对话框: 2.gif (2007-04-13 10:02, 19.15 K) screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" alt="" /> 然后 "添加(D)" 如下图: 3.gif (2007-04-13 10:02, 9.61 K) screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" alt="" /> 推荐"c:\\usr\\bin\\perl.exe" 记得一定要在后面加上" %s %s " ,不然没法执行cgi的,确定后。用同样的方法添加扩展,如图: 4.gif (2007-04-13 10:02, 7.8 K) screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" alt="" /> 完成后如图: 5.gif (2007-04-13 10:02, 19.47 K) screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" alt="" /> 现在你的IIS已经支持cgi,perl了! 三.PHP、MYSQL支持: 1.安装PHP和MYSQL 运行下载的PHP和MYSQL一步一步安装就行了(装到哪里都 行,一般现在网上流行的都是安装过的PHP,没有安装程序在:\\php下) 2.PHP支持: 2.1 拷贝php目录下dlls文件夹里所有文件到c:\\windows\\syst em32下 2.2配置IIS:和刚才配置cgi一样,添加.php 如下图: 6.gif (2007-04-13 10:02, 7.74 K) screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" alt="" /> 完成后如下图: 7.gif (2007-04-13 10:02, 19.72 K) screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" alt="" /> 最后,把如图: 8.gif (2007-04-13 10:02, 21.2 K) screen.width*0.5) {this.resized=true; this.width=screen.width*0.5;}" alt="" /> 这里的 "执行权限" 该成:"脚本和可执行文件" 然后确定ok! 现在你的IIS已经完全支持PHP+MYSQL了 注:MYSQL不许任何设置,直接安装即可 简单吧...... 过去的很多文章都写得太复杂,而且不必要的步骤太多! 接下来就看你的了! |