@@ -5,10 +5,10 @@ Installation
5
5
The mod_wsgi package can be installed from source code or may also be
6
6
available as a pre built binary package as part of your Linux distribution.
7
7
8
- Do be aware though that Linux distributions generally ship out of date
9
- versions of mod_wsgi and for long term support (LTS) versions of Linux can
10
- be anything up to about 5 years old. Those older versions are not supported
11
- in any way even though they are part of a so called LTS version of Linux.
8
+ Do be aware though that Linux distributions can sometimes ship out of date
9
+ versions of mod_wsgi, especially for long term support (LTS) versions of Linux.
10
+ Those older versions are not supported in any way even though they are part of a
11
+ so called LTS version of Linux.
12
12
13
13
If you want support and want to ensure you have the most up to date and
14
14
bug free version of mod_wsgi, you should consider building and installing
@@ -20,6 +20,7 @@ operating systems such as Linux and MacOS X see:
20
20
* :doc: `user-guides/quick-installation-guide `
21
21
* :doc: `user-guides/installation-on-macosx `
22
22
23
- If you are on Windows, you should instead use:
23
+ For a simpler way of running a Python WSGI application using mod_wsgi, also
24
+ checkout ``mod_wsgi-express ``, details of which can currently be found at:
24
25
25
- * https://github.com/GrahamDumpleton /mod_wsgi/blob/develop/win32/README.rst
26
+ https://pypi.python.org/pypi /mod_wsgi
0 commit comments