@@ -5,10 +5,10 @@ Installation
55The mod_wsgi package can be installed from source code or may also be
66available as a pre built binary package as part of your Linux distribution.
77
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.
1212
1313If you want support and want to ensure you have the most up to date and
1414bug free version of mod_wsgi, you should consider building and installing
@@ -20,6 +20,7 @@ operating systems such as Linux and MacOS X see:
2020 * :doc: `user-guides/quick-installation-guide `
2121 * :doc: `user-guides/installation-on-macosx `
2222
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:
2425
25- * https://github.com/GrahamDumpleton /mod_wsgi/blob/develop/win32/README.rst
26+ https://pypi.python.org/pypi /mod_wsgi
0 commit comments