zoukankan      html  css  js  c++  java
  • 将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>
  • 相关阅读:
    .NET Core 首例 Office 开源跨平台组件(NPOI Core)
    ASP.NET Core 导入导出Excel xlsx 文件
    python练习七—P2P下载
    VisualVM远程连接Tomcat
    一次Linux自动化部署尝试
    python练习六—简单的论坛
    shiro实现APP、web统一登录认证和权限管理
    python练习五—简单web应用
    python练习四—简单的聊天软件
    python练习三—解析xml
  • 原文地址:https://www.cnblogs.com/cocowool/p/1565931.html
Copyright © 2011-2022 走看看