: This article mainly describes how to implement nginx Reverse proxy-1 for non-root users. For more information about PHP tutorials, see. Try to perform nginx Reverse proxy-1 under a non-root user
First, let's talk about the csdn markdown. Looking at its big black words, I feel uncomfortable. Forget it.
Why? This is the reason. First, the root permission is not enabled on our server. if you want to install software, you need to apply.
Application is extremely troublesome and complicated. I just thought about it. can I try to install nginx without using root? So I tried it.
First, you can find two methods through Baidu. one is to recompile and specify the nginx installation path during compilation.
In this way, you can install it. In fact, the difference between root installation and non-root installation is that it is only in the installation path. But without root, if you do not have internet permissions,
Compile a linux program. I think I should forget it. If you are exhausted, you may encounter some strange problems.
Another method is to use the rpm Package for installation. Run the following command to install the program to the specified directory. This method is relatively simple. So I chose the latter. Some may say that rpm installation is not really a programmer. However, I think it is important to solve problems quickly at work.
Rpm2cpi nginx-1.8.0-1.el6.ngx.x86_64.rpm | cpio-idvm
Now the installation is complete, but it is far from enough to use. The long journey is just beginning.
Not complete...
'). AddClass ('pre-numbering '). hide (); $ (this ). addClass ('Has-numbering '). parent (). append ($ numbering); for (I = 1; I <= lines; I ++) {$ numbering. append ($ ('
'). Text (I) ;}; $ numbering. fadeIn (1700) ;}) ;}; script
The above describes how to try nginx Reverse proxy-1 under a non-root user, including some content, and hope to be helpful to friends who are interested in PHP tutorials.