How to install Nginx as reverse proxy on cPanel server following steps are installing Nginx as reverse proxy on cPanel server Steap 1 : SSH to server as root. Steap 2 : Change the directory to “/usr/local/src” # cd /usr/local/src then, Download the latest nginxadmin package & Install #wget http://nginxcp.com/latest/nginxadmin.tar #tar xf nginxadmin.tar #cd publicnginx #./nginxinstaller install […]
See MoreTag: cpanel
How to run Python scripts with cPanel ?
Run Python scripts with cPanel cPanel by-default the Python is located under “/usr/bin/python“. You can check the location by running the following command: whereis python Following Methods are Run Python scripts with cPanel 1 Methods : Create the file with extension “.py” to load the Python script!! Now you […]
See MoreDatabases showing 0MB in cPanel
Databases showing 0MB in cPanel From command line 1. Run the command. # /usr/local/cpanel/bin/setupdbmap 2. Edit cPanel configuration file. disk_usage_include_sqldbs=1 ( you need to set it to ‘1’ if ‘0’ ) in file /var/cpanel/cpanel.config 3. Run the following script. #/scripts/update_db_cache You can also enable this from the WHM control panel. WHM >> Server Configuration >> […]
See More