How to enable WSGI support on a Debian or Ubuntu on Vesta Control Panel

1. Install wsgi apache module apt-get install libapache2-mod-wsgi a2enmod wsgi 2. Download wsgi template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/ubuntu/wsgi/apache2.tar.gz tar -xzvf apache2.tar.gz rm -f apache2.tar.gz 3. Create new package or set wsgi as apache template in the existing package 4. Add new user and assing him package with wsgi template 5. Add new domain and check […]

How to enable WSGI support on a RHEL or CentOS on Vesta Control Panel

1. Install wsgi apache module yum install mod_wsgi 2. Download wsgi template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/rhel/wsgi/httpd.tar.gz tar -xzvf httpd.tar.gz rm -f httpd.tar.gz 3. Create new package or set wsgi as apache template in the existing package 4. Add new user and assing him package with wsgi template 5. Add new domain and check the result

How to install Django on a Linux shared hosting account?

Django is a Python-based framework that enables you to quickly and easily create powerful websites. This article demonstrates how to install and configure Django on a Linux shared hosting account that uses cPanel. After completing the following procedures, you will have a functioning registered Django site on your account that: Loads a static homepage for […]