In this article, we will be installing a simple Python app on a cPanel server utilizing WSGI or Web Server Gateway Interface.
Commands used:
yum install python3 python3-pip python3-devel python-virtualenv
yum install ea-ruby24-mod_passenger ea-apache24-mod_env
cd /home/thisisatest
virtualenv --python=python3 python_test
source bin/activate
vim python_test.py
(add data found on post)
vim passenfer_wsgi.py
(add data found on post)
The related article for this article can be found here: https://www.liquidweb.com/kb/installing-python-wsgi-applications-on-cpanel/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or
For more information on our dedicated products visit: https://www.liquidweb.com/products/dedicated/
Video by: John Long
Commands used:
yum install python3 python3-pip python3-devel python-virtualenv
yum install ea-ruby24-mod_passenger ea-apache24-mod_env
cd /home/thisisatest
virtualenv --python=python3 python_test
source bin/activate
vim python_test.py
(add data found on post)
vim passenfer_wsgi.py
(add data found on post)
The related article for this article can be found here: https://www.liquidweb.com/kb/installing-python-wsgi-applications-on-cpanel/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or
For more information on our dedicated products visit: https://www.liquidweb.com/products/dedicated/
Video by: John Long
- Category
- Liquid Web
- Tags
- liquidweb, datacenter, web

Be the first to comment