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 More

How to install mod_evasive in cPanel server?

install mod_evasive in cPanel server Installation steps for Apache 2.2 Download the mod_evasive source file to the server #cd /usr/local/src #wget http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz Extract the zip file that we downloaded to the server #tar -xvzf mod_evasive_1.10.1.tar.gz #cd mod_evasive To load dynamic modules to Apache, use apxs #/usr/local/apache/bin/apxs -cia mod_evasive20.c This will create an entry in the […]

See More