手机浏览 RSS 2.0 订阅 膘叔的简单人生 , 腾讯云RDS购买 | 超便宜的Vultr , 注册 | 登陆
浏览模式: 标准 | 列表2009年09月13日的文章

将PHP应用无缝转移到IIS中?

看到这个标题的时候很惊讶,所以我就不小心的转载了一下下,如果真的能够这样无缝移植,对性能有多少损耗?当然如果是企业内部应用的话,真有一些性能开销也是可以被接受的

原文如下:http://www.cnblogs.com/cocowool/archive/2009/09/13/1565931.html

在使用Godday的空间的时候,他就提供了一个将应用从Linux转移到Windows环境的选项(这个转移还被我们用来作为避免被GW封杀的手段), 其实是不知道Godday是如何实现PHP应用无缝在这两个系统之间切换的,今天看到一篇文章介绍Helicon Ape,可以实现将我们的应用从Linux下转移到Windows中,并且提供了模拟Apache配置的环境,这样我们完全可以保留在Linux下开发 PHP的习惯而将应用转移到Windows中。

下面是Helicon Ape的一些特性:

    * Users can move their Apache web sites to IIS without modifications;
    * Current PHP and other Unix oriented web applications can be easily configured for IIS;
    * Flexible user permissions control (as they implemented in Apache world);
    * Powerful URL rewriting compatible with Apache does not require rule redesign;
    * Reverse and forward proxy features available for a web server;
    * Low level controls over web site behavior open extended abilities for optimization, security and performance;
    * Comprehensive protection from site attacks;
    * Flexible compression and cache functions to speed up a server;
    * All-round HTTP-level web developer toolset.
    
对于哪些习惯Windows的开发者,这个看起来是个不错的选择。


参考资料:

1、Helicon Ape
2、Helicon Ape Introduction

Tags: iis, apache