Commit graph

10 commits

Author SHA1 Message Date
adam
d5f8e21f4d 4.5.17:
Bugs Fixed
Addition in mod_wsgi-express of --allow-override option in 4.5.16 caused --url-alias option to break.
2017-07-07 15:45:55 +00:00
adam
970a3fae3c Changes 4.5.15:
Bugs Fixed
* Incorrect version for mod_wsgi was being reported in server token.
* On 32 bit platforms, when reading from request content, all input would be returned and the chunk size would be ignored.
2017-04-14 18:11:50 +00:00
jperkin
cf32c4d741 Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
wiz
bc595ee79c Fix PKGNAME to include apache version as well. 2016-09-09 09:44:52 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
adam
27f5320f06 Changes 4.4.12:
Bugs Fixed
1. If the WSGI application when run under daemon mode returned response content as many small blocks, this could result in excessive memory usage in the Apache child worker process proxying the request due to many buckets being buffered until the buffer size threshold was reached. If the number of buckets reaches a builtin threshold the buffered data will now be forcibly flushed even if the size threshold hadn’t been reached.
2015-06-10 10:37:06 +00:00
markd
9fcdaead80 Add FILES_SUBST so that ALTERNATIVES file has correct substitutions made. 2015-02-24 08:17:40 +00:00
adam
d0a6f7730a Changes 4.4.8:
Bugs Fixed

1. The eviction timeout was not being correctly applied when request timeout wasn’t being applied at the same time. It may have partly worked if any of inactivity or graceful timeout were also specified, but the application of the timeout may still have been delayed.

New Features

1. Added the --error-log-name option to mod_wsgi-express to allow the name of the file used for the error log, when being written to the log directory, to be overridden.

2. Added the --access-log-name option to mod_wsgi-express to allow the name of the file used for the access log, when being written to the log directory, to be overridden.

3. Added the --startup-log-name option to mod_wsgi-express to allow the name of the file used for the startup log, when being written to the log directory, to be overridden.
2015-02-13 15:56:25 +00:00
adam
19590c30a5 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. 2015-01-25 12:00:28 +00:00