Skip to content

Welcome to Apache2Nginx

anapsix edited this page Sep 25, 2012 · 8 revisions

What is Apache2Nginx?

A command line tool, which can be used to generate NGINX config file according to given config files of Apache.

Why we develop Apache2Nginx?

NGINX ("engine x") is a high performance web server, caching proxy and a Layer 7 load balancing solution. Millions of web sites on the Internet benefit from using NGINX because of its extreme performance, scalability, reliability, flexibility and security.

However, like Apache, the configuration of NGINX is not an easy thing for most of the people. In particularly, it will take our more efforts to learn the modules and directives in Apache and NGINX when we need to migrate to NGINX from Apache server.

According to the above requirement, we developed the Apache2Nginx tool. The goal of this tool is generating NGINX configuration file(s) according to those of Apache.

Where can we find out the related resources?