Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38772

Installing Apache 2 and mod_wsgi on CentOS?

From Gilles <nospam@nospam.com>
Newsgroups comp.lang.python
Subject Installing Apache 2 and mod_wsgi on CentOS?
Date 2013-02-12 18:09 +0100
Message-ID <qhtkh892sfishck5klqivgoglq81h73n1m@4ax.com> (permalink)
Organization Guest of ProXad - France

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Installing Apache 2 and mod_wsgi on CentOS? Gilles <nospam@nospam.com> - 2013-02-12 18:09 +0100

csiph-web