在IIS6中配置PHP/Perl支持
发表于:2007-07-02来源:作者:点击数:
标签:
首先,检查系统环境配置: 操作系统:WIndows Server 2003 Datacenter / Enterprise / Standard / Webserver 组件配置:IIS6.0 (确认在控制面板中安装了Add/Remove windows components - Application - IIS) 操作权限:本地管理员 (Local Administrator) 第3
首先,检查系统环境配置:
- 操作系统:WIndows Server 2003 Datacenter / Enterprise / Standard / Webserver
- 组件配置:IIS6.0 (确认在控制面板中安装了Add/Remove windows components -> Application -> IIS)
- 操作权限:本地管理员 (Local Administrator)
- 第3方支持:安装 ActiveState ActivePerl 至 C:\Perl (ActiveState ActivePerl 可以在 下载)
配置IIS:
- 通过以下任何一种方式运行IIS管理器:
1. Start -> Administrative Tools -> IIS Manager
2. Start -> Run -> %SystemRoot%\system32\.netsrv\iis.msc (%SystemRoot%为操作系统所在目录,如: C:\Windows)
-