If your think Apache is too slow compared with nginx, here are some alternatives
for wnmp or wemp
- http://sourceforge.net/projects/wtnmp/ (mysql)
- https://github.com/wnmp/wnmp (mariadb)
- http://wpn-xm.org (mariadb)
- http://code.ysq.me/p/wempserver/
Windows, NginX, MySQL, and PHP setup the manual way
The Linux version is called LEMP
The LEMP stack configured in these documents is established in contrast to the popular LAMP Stack used to power many popular web applications. "LAMP" refers to a Linux-based operating system, the Apache web server, the MySQL database server, and the PHP programming language. It is common to substitute other programming languages like Python, Perl, and even Ruby for PHP. The "LEMP" configuration replaces the Apache web server component with nginx (pronounced "engine x," providing the "E" in LEMP) to increase the ability of the server to scale in response to demand. Furthermore, these guides provide instructions for deploying applications written in Python and Perl in addition to PHP, and for configuring the PostgreSQL database as an alternative to MySQL if your applications support this database server.
And for MacOSX
- http://queiroz.org/mac-osx/how-to-install-php-mysql-nginx-on-mac-os-x-with-homebrew#.UwWvRnnXG44
- MNPP (Mac + Nginx + Percona + PHP)
- http://mwholt.blogspot.sg/2013/03/install-nginxphpmysql-on-os-x-mountain.html
And you may want to try Varnish
Varnish is a web application accelerator.
You install it in front of your web application and it will speed it up significantly.
No comments:
Post a Comment