Metadata-Version: 2.4
Name: mod_wsgi-standalone
Version: 6.0.0rc1
Summary: Installer for Apache/mod_wsgi.
Home-page: https://www.modwsgi.org/
Author: Graham Dumpleton
Author-email: Graham.Dumpleton@gmail.com
Maintainer: Graham Dumpleton
Maintainer-email: Graham.Dumpleton@gmail.com
License: Apache License, Version 2.0
Project-URL: Documentation, https://modwsgi.readthedocs.io/
Project-URL: Source, https://github.com/GrahamDumpleton/mod_wsgi
Project-URL: Tracker, https://github.com/GrahamDumpleton/mod_wsgi/issues
Keywords: mod_wsgi wsgi apache
Classifier: Development Status :: 6 - Mature
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: mod_wsgi-httpd==2.4.67.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Overview
--------

The mod_wsgi package provides an Apache module that implements a WSGI
compliant interface for hosting Python-based web applications on top of the
Apache web server.

The primary package for mod_wsgi is available on the Python package index
(PyPi) as ``mod_wsgi``. That package installs the Apache mod_wsgi module
itself, along with the ``mod_wsgi-express`` command-line wrapper for
starting Apache/httpd with mod_wsgi pre-configured. It assumes that you
have a suitable version of Apache pre-installed on your target system,
and if you don't, installation of the package will fail.

If you are on a UNIX-like system (Linux) and need a version of Apache
to be installed for you, you can use the ``mod_wsgi-standalone``
package on PyPi instead. When installing the ``mod_wsgi-standalone``
package it will first trigger the installation of the ``mod_wsgi-httpd``
package, which will result in a version of Apache being installed as
part of your Python installation. Next the ``mod_wsgi`` package will be
installed, with it using the version of Apache installed by the
``mod_wsgi-httpd`` package rather than any system package for Apache.

This method of installation is only suitable for where you want to use
``mod_wsgi-express``. It cannot be used to build mod_wsgi for use with
your system Apache installation. This installation method will not
work on Windows.

When installing mod_wsgi using this method, follow the installation and
usage instructions outlined on the mod_wsgi documentation site at
https://www.modwsgi.org, substituting ``mod_wsgi-standalone`` for
``mod_wsgi`` as the package to install.

**NOTE: Although this package may allow you to install a standalone Apache
version, it is only really recommended that you use this package if you
have absolutely no other choice for getting the Apache httpd server
installed. Always use the Apache httpd server supplied with the operating
system if you can. Building this package if you do choose to do so, will
take some time. So if you think the install is hanging, it is probably
still busy compiling everything.**
