Experience with cPanel + NginX

Status
Not open for further replies.

AndyLaw

Active Member
104
2012
18
0
Hi,
Does anyone have any experience with cPanel + nginx server? I was trying to install nginx on one of my servers but experiencing some issues. Apache does not start for some reason.

If anyone has experience with it - I would like to ask some questions.
 
6 comments
Hello,

I can help you with setting up Nginx-apache,
Catch me up on Skype / MSN, or you can always ask here. :)

Regards.
 
Hello,

You may use the following codes to install nginx as proxy on your cPanel server .

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

If want to try the paid version for nginx then you may try this :- http://cpnginx.com/index.php

Let me know if anything else needed . Will be happy to set server for you :)
 
You need to setup apache for mod_proxy too, if you follow this method. To correct the IP's of the users.

Hello,

You may use the following codes to install nginx as proxy on your cPanel server .

Code:
cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller install
If want to try the paid version for nginx then you may try this :- http://cpnginx.com/index.php

Let me know if anything else needed . Will be happy to set server for you :)
 
There very less people who using FCGI with proper setup so he is using suexec as php handler and maybe continue using that for performance >_<
 
Status
Not open for further replies.
Back
Top