Migrating from Apache to nginx: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann Created page with "On this page we will prepare the migration from Apache to nginx. We will start with gathering our requirements and use-cases. Then we will look at nginx to see whether they ..." |
imported>Hendrik Brummermann No edit summary |
||
| Line 17: | Line 17: | ||
* SPDY-support |
* SPDY-support |
||
== nginx Configuration == |
|||
* [http://wiki.nginx.org/HttpSslModule SSL] |
|||
Revision as of 18:35, 29 December 2012
On this page we will prepare the migration from Apache to nginx.
We will start with gathering our requirements and use-cases. Then we will look at nginx to see whether they can be fulfilled and how it is done.
Requirements
Hard Requirements
- hosting multiple websites using IP-based virtual hosting
- IPv4 and IPv6
- http and https
- logfiles for each combination of website, protocol, day
- PHP5 with APC
- Proxy-Support for Jenkins
Soft Requirements
- SPDY-support