-
Notifications
You must be signed in to change notification settings - Fork 65
Welcome to Apache2Nginx
A command line tool, which can be used to generate NGINX config file according to given config files of Apache.
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.
-
Binaries: Download page
apache2nginx-1.0.1-bin.i386.tar.bz2 — The binary file for Apache2Nginx on 32 bits x86 platform.
apache2nginx-1.0.1-bin.x86_64.tar.bz2 — The binary file for Apache2Nginx on 64 bits x86 platform. -
Source codes:
https://github.com/nhnc-nginx/apache2nginx/tree/v1.0.1 -
Documents:
apache2nginx_manual.pdf
apache_module_support.pdf
module_directive_mapping.pdf