简体   繁体   English

如何在IIS 5.0中部署PHP网站?

[英]How to deploy a php website in IIS 5.0?

Do I need to install anything for the IIS to support PHP? 我需要为IIS安装任何东西以支持PHP吗? And how can I deploy a php website using the IIS 5.0? 以及如何使用IIS 5.0部署php网站?

Yes, you need to install the PHP interpreter as an IIS ISAPI extension service. 是的,您需要将PHP解释器安装为IIS ISAPI扩展服务。 I don't know if the most recent version of PHP is still available for such an old version of IIS but basically you need to obtain a PHP installation package design to be deployed on Windows, as an ISAPI extension .dll. 我不知道最新版本的PHP是否仍可用于此类旧版本的IIS,但基本上,您需要获得一个ISAPI扩展名.dll的PHP安装软件包设计才能在Windows上进行部署。

Have a look at the PHP Manual's section on installing on Windows with IIS 5.0 and/or IIS 6.0 . 查看有关在Windows上使用IIS 5.0和/或IIS 6.0进行安装的PHP手册部分

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM