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

在使用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、<a href='http://www.helicontech.com/ape/'>Helicon Ape</a>
2、<a href='http://hosting.phpmagazine.net/2009/09/helicon-ape-and-isapi-rewrite.html'>Helicon Ape Introduction</a>
原文地址:https://www.cnblogs.com/cocowool/p/1565931.html