Kennisbank
Cara Installasi Nginx di cPanel
Install Instructions:
Code:
cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller install
Note: As Its a major release so if you have previously installed the any version of the nginx, please uninstall and then perform the installation.
Uninstall Instruction:
Code:
cd /usr/local/src
wget http://nginxcp.com/latest/nginxadmin.tar
tar xf nginxadmin.tar
cd publicnginx
./nginxinstaller uninstall
If you need and help, if you find any bug or want a new feature please post your issue in related forum.
Sumber: http://nginxcp.com/forums/Thread-nginx-admin-stable-version-v3-0-released
Jika menemukan kendala pada phyton saat instalasi anda bisa lakukan upgrade phyton dengan perintah di bawah ini
cd /usr/local/src
wget http://python.org/ftp/python/2.5.6/Python-2.5.6.tgz
tar -zxvf Python-2.5.6.tgz
cd Python-2.5.6
./configure
make
make install