1. Files required for nginx installation
1.1, nginx installation package
nginx-1.2.8.tar.gz
1.2, openssl installation package
openssl-1.0.1g.tar.gz
1.3, pcre- Regular expression library
pcre-8.31.tar.gz
1.4, zlib installation package
zlib-1.2.7.tar.gz
The download address of the above installation package is normally available, because I am using the above version. installation package, so the following installations are based on this.
2. Configuration environment of Linux machine
2.1. Java environment
<code>$java -version java version <span>"1.8.0_45"</span> Java(TM) SE Runtime Environment (build <span>1.8</span><span>.0</span>_45-b14) Java HotSpot(TM) <span>64</span>-Bit Server VM (build <span>25.45</span>-b02, mixed mode)</code>
2.2. Hardware configuration
3. Installation steps
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });The above introduces the installation and brief configuration of nginx, including nginx content. I hope it will be helpful to friends who are interested in PHP tutorials.