installing nginx with additional modules cpanel

nisiwi

Registered
May 27, 2008
3
0
51
I've been using the following simple steps to install nginx;

cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller install

However this installs a standard build.

I would now like to include some additional modules. Is it possible, by adding to the steps above something like;

./configure --with-http_gzip_static_module --with-http_geo_module

Or do I need to;

make
make install
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

While there are many customers on our forums that use Nginx, you are more likely to receive a reply from their official support channels at:

Nginx Support

Thank you.
 

LucasRolff

Well-Known Member
Community Guide Contributor
May 27, 2013
142
95
78
cPanel Access Level
Root Administrator
Please also keep in mind, since cpanel version 11.38 is going to release tonight, I wouldn't recommend installing nginxcp, their current version v4.4 is currently not supported in cpanel 11.38, due to some huge changes with the hook system (Somehow?).
This will break the possibility to add or delete domains from cpanel. It will just return an error.

But as Michael said, go take a look at the forum - waiting for update myself.
 

LucasRolff

Well-Known Member
Community Guide Contributor
May 27, 2013
142
95
78
cPanel Access Level
Root Administrator
We actually do not support nginx or nginxcp in any version of cPanel. It appears the problem you mentioned is nginxcp not supporting cPanel 11.38, not the other way around. I just wanted to mention this to avoid any confusion.
Woops, sorry you're correct!