Installing mod_wsgi
For the installation of mod_wsgi first you need to install mysql-python
"yum install python26-devel"
By using the easyapache script you can install this module on your cpanel servers. Basically if you run easyapache script this module is not on the list. To make list this module on your easyapache script you need execute the following command
wget http://easyapache.cpanel.net/optmods/$NAME.tar.gz
tar -C /var/cpanel/easy/apache/custom_opt_mods -xzf $NAME.tar.gz
Here it is
tar -C /var/cpanel/easy/apache/custom_opt_mods -xzf ModWSGI.tar.gz
You can find all the custom module on http://docs.cpanel.net/twiki/bin/view/EasyApache3/CustomMods
Once you do this then mod_wsgi will be list on your easyapache script
No comments:
Post a Comment