Home >php教程 >php手册 >Windows 2008之IIS 7下PHP部署攻略

Windows 2008之IIS 7下PHP部署攻略

WBOY
WBOYOriginal
2016-06-13 11:40:161560browse

本文探讨Windows Server 2008系统IIS 7中PHP环境的配置,一旦掌握了这个简要的方法,你就再也不需要apache了,原来IIS 7竟然如此出色!

  废话不说,直接步入正题。

  一、准备工作

  1、所需软件:

  MySQL数据库:本文用MySQL-essential-5.0.45-win32.msi

  PHP : 本文用php-5.2.4-Win32.zip

  ZendOptimizer :本文用ZendOptimizer-3.3.0-Windows-i386.exe

  将上述软件网上搜索下载后置于同一目录中,比如:webtools(下文举例同)

  2、安装IIS 7,简要步骤如下:

  (1)在控制面板中,选择程序-打开关闭Windows功能;

  (2)在弹出的Windows功能中选中Internet信息服务;

  (3)展开-万维网服务-应用程序开发功能,选中ISAPI扩展(重要);

  (4)确定后自动安装;

  (5)在IE地址栏里输入http://127.0.0.1(你的IP地址),即可看到IIS7的欢迎界面(图1)

  

 

  二、PHP环境部署攻略

  1. MySQL数据库部署

  (1) 安装MySQL数据库

  进入 X:Webtools 目录点击MySQL-essential-5.0.45-win32.msi开始安装,如图 2:

  


  • 共9页:
  • 上一页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 下一页
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn