B. Watson 85b48f4246 network/mod_wsgi: Wrap README at 72 columns. 2 tahun lalu
..
README 85b48f4246 network/mod_wsgi: Wrap README at 72 columns. 2 tahun lalu
doinst.sh c93b1b4062 network/mod_wsgi: Handle .new files correctly. 13 tahun lalu
mod_wsgi.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 tahun lalu
mod_wsgi.conf f51a7a5260 network/mod_wsgi: Updated for version 3.1 14 tahun lalu
mod_wsgi.info cf2825c2fc network/mod_wsgi: Updated for version 4.4.6. 9 tahun lalu
slack-desc 0a608a1e04 network/mod_wsgi: Fixed homepage link in slack-desc 8 tahun lalu

README

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).