Can I customize compilation parameters when yum install nginx?
我想大声告诉你2017-05-16 17:24:52
0
3
730
I want to add additional nginx module when installing nginx. In addition to manually compiling it myself, can this be achieved through yum install installation?
Can’t. The only distribution that can control nginx modules is Gentoo, but having said that, gentoo's installation of shielding modules for nginx is essentially recompiling the code.
Ubuntu and centos can only control the installation and uninstallation of nginx, but cannot control the nginx module.
But both ubuntu and centos can control PHP modules.
Can’t. The only distribution that can control nginx modules is Gentoo, but having said that, gentoo's installation of shielding modules for nginx is essentially recompiling the code.
Ubuntu and centos can only control the installation and uninstallation of nginx, but cannot control the nginx module.
But both ubuntu and centos can control PHP modules.
I don’t think it works. The packages downloaded from the source are basically compiled
Later I changed to compile and install it myself.