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.