diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 02:59:32 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 02:59:32 -0400 |
commit | 85b48f424659489e010f0d912afcc3c993960ef3 (patch) | |
tree | eae6d545da1dbe5839dae50a641d9fad5ea0b01a /network/mod_wsgi | |
parent | bea3ff320b3500c78dc3c1052d4c4349853cdfa3 (diff) | |
download | slackbuilds-85b48f424659489e010f0d912afcc3c993960ef3.tar.gz |
network/mod_wsgi: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/mod_wsgi')
-rw-r--r-- | network/mod_wsgi/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/network/mod_wsgi/README b/network/mod_wsgi/README index e2df1bbde7..d439795bb7 100644 --- a/network/mod_wsgi/README +++ b/network/mod_wsgi/README @@ -1,13 +1,14 @@ 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. +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: +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 |