Installing Apache 2 and mod_wsgi on CentOS?

Gilles nospam at nospam.com
Tue Feb 12 12:09:00 EST 2013


Hello

Before I go ahead, I'd like to make sure I'm doing it the right away:

1. yum install httpd mod_wsgi

2. Edit /etc/sysconfig/httpd to uncomment this line to get Apache to
run as worker MPM:
"#HTTPD=/usr/sbin/httpd.worker"

3. Edit mod_wsgi

4. Build a test WSGI Python script

5. Start Apache, and launch a browser

Thank you.



More information about the Python-list mailing list