From 8489249fae471031b27541ebc748fba00ebe38fb Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Fri, 13 Sep 2024 14:40:40 +1000 Subject: [PATCH] Remove broken Windows installation doc link. --- docs/installation.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 2149539d..26d3b093 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -5,10 +5,10 @@ Installation The mod_wsgi package can be installed from source code or may also be available as a pre built binary package as part of your Linux distribution. -Do be aware though that Linux distributions generally ship out of date -versions of mod_wsgi and for long term support (LTS) versions of Linux can -be anything up to about 5 years old. Those older versions are not supported -in any way even though they are part of a so called LTS version of Linux. +Do be aware though that Linux distributions can sometimes ship out of date +versions of mod_wsgi, especially for long term support (LTS) versions of Linux. +Those older versions are not supported in any way even though they are part of a +so called LTS version of Linux. If you want support and want to ensure you have the most up to date and 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: * :doc:`user-guides/quick-installation-guide` * :doc:`user-guides/installation-on-macosx` -If you are on Windows, you should instead use: +For a simpler way of running a Python WSGI application using mod_wsgi, also +checkout ``mod_wsgi-express``, details of which can currently be found at: - * https://github.com/GrahamDumpleton/mod_wsgi/blob/develop/win32/README.rst + https://pypi.python.org/pypi/mod_wsgi