Installer for Apache httpd web server.
Project description
The mod_wsgi-httpd package is a companion package for mod_wsgi. It will compile and install a copy of the Apache httpd server into your Python installation. If this is done, when the mod_wsgi package is subsequently installed, it will be compiled against the Apache httpd server installed by this package. When mod_wsgi-express from the mod_wsgi package is then run, it will also use the same Apache httpd server.
This package therefore allows you to side step the fact that your operating system might have a hopelessly out of date version of the Apache httpd server, allowing you to use a newer version. It also allows you to install mod_wsgi-express where you don’t control your operating system and so don’t have root access, and the Apache httpd server is not installed, or its companion ‘dev’ packages are not installed, which are a prerequsite for being able to build mod_wsgi from source code.
NOTE: Although this package may allow you to install a newer 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 you think the install is hanging, it is probably still busy compiling everything.
Installation
To install the Apache httpd server:
pip install mod_wsgi-httpd
To install the mod_wsgi package and mod_wsgi-express:
pip install mod_wsgi
To run mod_wsgi-express:
mod_wsgi-express start-server
You can then access the server at:
http://localhost:8000/
For more help on mod_wsgi-express see the documentation for the mod_wsgi package and/or run:
mod_wsgi-express start-server --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mod_wsgi-httpd-2.4.23.1.tar.gz
.
File metadata
- Download URL: mod_wsgi-httpd-2.4.23.1.tar.gz
- Upload date:
- Size: 12.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3bfa2c081db1c5aed1dc8b93b93be1fb2583349c187de7d248bbb91d441ddbb |
|
MD5 | 027e25be09eb5be4a22cb2a5fbfe99dd |
|
BLAKE2b-256 | 47722f06b08318033faad3487a1747c0fe62ad04376699f8445a435e66c7228c |