network/mod_wsgi: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 02:59:32 -04:00
parent bea3ff320b
commit 85b48f4246
1 changed files with 5 additions and 4 deletions

View File

@ -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