惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 王国营的博客

asp.net Handler中的IsReusable属性及在Handler中使用Session 关于Asp.Net中避免用户连续多次点击按钮,重复提交表单的处理 - 王国营的博客 一道面试题 多层循环的递归实现 约瑟夫环问题 - 王国营的博客 不通过第三个变量实现两个整型变量的交换 - 王国营的博客 将PHP文件生成静态文件源码 PHP Warning: date(): It is not safe to rely on the system's timezone settings EcShop - 王国营的博客 如何制作一张windows sp3启动安装盘iso? win7下xp mode IP在同一网段实现网络共享 - 王国营的博客 sql server 2005附加数据库错误 无法打开物理文件 解决114啦源码(114la)不能生成地方房产和地方报刊问题4级页面0字节 - 王国营的博客 菜鸟学PHP之Smarty入门(组图) 弹出一次“设为主页”和“加入收藏”代码 EMS SQL Manager中文显示乱码的解决方法 - 王国营的博客 未在本地计算机上注册“Microsoft.Jet.OLEDB.4.0”提供程序 CSS和JS链接地址中带的问号是做什么的 - 王国营的博客 iframe异步加载技术及性能 新开网址导航网站,欢迎各位朋友捧场
IIS7/IIS7.5下轻松配置PHP利器(微软PHP Manager for IIS 7)
王国营的博客 · 2011-08-26 · via 博客园 - 王国营的博客

IIS6下配置PHP有星外的 php自动安装程序,一切配置一键搞定。

http://www.5i321.com   http://www.kxfanli.com

IIS7下有了新一代利器,PHP Manager for IIS 7

下载:http://phpmanager.codeplex.com/releases/view/62183

简单介绍使用方法:

1、首先下载PHP5 http://windows.php.net/download/ 然后解压缩到C:\php

2、安装IIS服务 CGI/ISAPI扩展/ISAPI筛选 (在IIS角色服务中安装)

3、安装PHP Manager for IIS 7

以上都安装之后,重新打开IIS管理器,会看到PHP Manager的图标。

打开配置PHP Manager,选择 Register new Php Version,选择 C:\php\php-cgi.exe 确定。

OK,搞定了。选择 Check phpinfo() 测试吧。

================================

常见错误及处理方法:

1、处理程序“php-5.3.x”在其模块列表中有一个错误模块“FastCgiModule”

解决办法:首先确定是否安装了CGI服务,另外查看站点的应用程序池设置,选择无托管代码。