This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Network > mod_wsgi (4.4.6)

mod_wsgi is a simple to use Apache module which can host any Python
application which supports the Python WSGI interface. The module
would be suitable for use in hosting high performance production
web sites as well as your average personal sites running on commodity
web hosting services.

All major Python web frameworks/applications support mod_wsgi,
including Django, Flask, Pyramid, TurboGears, ...

You'll need to add the following line to your /etc/httpd/httpd.conf file:
Include /etc/httpd/extra/mod_wsgi.conf

From version 4.2, mod_wsgi ships with additional helper program for
developers, mod_wsgi-express, which enables easier development and
debugging with mod_wsgi and Apache.

If you are a developer, you can enable the helper with:
ENABLE_EXPRESS=1 ./mod_wsgi.SlackBuild

For express functionality you'll need to install 'pysetuptools' and
'mod-wsgi-metrics' (both available from SBo).

Maintained by: Adis Nezirovic
Keywords: Python,web,WSGI,apache,httpd,module
ChangeLog: mod_wsgi

Homepage:
http://www.modwsgi.org

Source Downloads:
4.4.6.tar.gz (bab68899e92a6ee328a02954a0818022)

Download SlackBuild:
mod_wsgi.tar.gz
mod_wsgi.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds