博客
关于我
将PHP应用无缝转移到IIS中?
阅读量:415 次
发布时间:2019-03-06

本文共 1101 字,大约阅读时间需要 3 分钟。

在使用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>

转载地址:http://dnrkz.baihongyu.com/

你可能感兴趣的文章
MySQL 中开启二进制日志(Binlog)
查看>>
MySQL 中文问题
查看>>
MySQL 中日志的面试题总结
查看>>
mysql 中的all,5分钟了解MySQL5.7中union all用法的黑科技
查看>>
MySQL 中的外键检查设置:SET FOREIGN_KEY_CHECKS = 1
查看>>
Mysql 中的日期时间字符串查询
查看>>
mysql 中索引的问题
查看>>
MySQL 中锁的面试题总结
查看>>
MySQL 中随机抽样:order by rand limit 的替代方案
查看>>
MySQL 为什么需要两阶段提交?
查看>>
mysql 为某个字段的值加前缀、去掉前缀
查看>>
mysql 主从
查看>>
mysql 主从 lock_mysql 主从同步权限mysql 行锁的实现
查看>>
mysql 主从互备份_mysql互为主从实战设置详解及自动化备份(Centos7.2)
查看>>
mysql 主从关系切换
查看>>
MYSQL 主从同步文档的大坑
查看>>
mysql 主键重复则覆盖_数据库主键不能重复
查看>>
Mysql 事务知识点与优化建议
查看>>
Mysql 优化 or
查看>>
mysql 优化器 key_mysql – 选择*和查询优化器
查看>>