summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add release notes for 4.9.5.HEADdevelopGraham Dumpleton2022-10-052-0/+14
|
* Update version for development testing.Graham Dumpleton2022-10-051-2/+2
|
* Merge pull request #791 from bdc34/apache2.2-compile-part-2Graham Dumpleton2022-10-051-0/+9
|\ | | | | Fix ability to build with Apache 2.2.
| * Needs to be enabled for all Apache 2.4 versions.Graham Dumpleton2022-10-051-1/+10
| |
| * Fix ability to build with Apapche 2.2.Brian D. Caruso2022-09-141-2/+2
| |
* | Merge pull request #797 from bteague/patch-1masterGraham Dumpleton2022-10-041-0/+12
|\ \ | |/ |/| Add details about preserving matched path components when using WSGIScriptAliasMatch.
| * Fix up RestructuredText code example formatting.Graham Dumpleton2022-10-041-4/+5
| |
| * Update WSGIScriptAliasMatch.rstBryan Teague2022-10-031-0/+11
|/ | | I have been searching for 2 days on this issue. I finally found the answer here: https://serverfault.com/questions/555955/can-i-configure-apache-mod-wsgi-so-that-the-alias-url-path-is-not-stripped-befor It resolved my issue. I would have been good to see it in the documentation. I would have saved about 14 hours of banging my head against the wall.
* Update version in preparation for release.4.9.4Graham Dumpleton2022-09-121-1/+1
|
* Merge branch 'master' into developGraham Dumpleton2022-09-121-3/+3
|\
| * Merge pull request #786 from canonex/patch-1Graham Dumpleton2022-09-121-3/+3
| |\ | | | | | | Extra brackets removed.
| | * Extra brackets removedRiccardo Gagliarducci2022-07-221-3/+3
| |/ | | | | | | | | | | Removed some extra brackets: the code is clear but this allows the copy paste of the code to work :) Thank you, Riccardo
* | Fix ability to build with Apache 2.2.Graham Dumpleton2022-09-123-0/+21
| |
* | Add release notes for version 4.9.5 with details of LimitRequestBody issue.Graham Dumpleton2022-09-122-0/+19
| |
* | Add more details to comment about forcing unlimited value for request ↵Graham Dumpleton2022-08-181-2/+7
| | | | | | | | content for daemon.
* | Try and force request body limit to unlimited in daemon process.Graham Dumpleton2022-08-181-0/+13
| |
* | If status line not set for some reason, set it.Graham Dumpleton2022-08-181-0/+3
| |
* | Increment version to 4.9.4.dev1.Graham Dumpleton2022-08-181-2/+2
| |
* | Merge tag '4.9.3' into developGraham Dumpleton2022-07-180-0/+0
|\ \ | |/ | | | | no message
| * Merge branch 'release/4.9.3'4.9.3Graham Dumpleton2022-07-1810-10/+364
| |\ | |/ |/|
* | Add documentation on trusted proxy configuration to page TOC.Graham Dumpleton2022-07-181-0/+2
| |
* | Update Apache version in project toml file.Graham Dumpleton2022-07-181-1/+1
| |
* | Update Apache version for mod_wsgi-standalone to 2.4.54.Graham Dumpleton2022-07-182-7/+16
| |
* | Add changes notes and new documentation related to operation of trusted ↵Graham Dumpleton2022-07-183-0/+334
| | | | | | | | proxy feature.
* | Add fix to ensure that X-Client-IP header is dropped when is not a trusted ↵Graham Dumpleton2022-07-181-0/+1
| | | | | | | | header.
* | Add release notes page for 4.9.3.Graham Dumpleton2022-06-282-0/+8
| |
* | Increment version to 4.9.3.Graham Dumpleton2022-06-281-2/+2
| |
* | Merge tag '4.9.2' into developGraham Dumpleton2022-05-310-0/+0
|\ \ | |/ | | | | no message
| * Merge branch 'release/4.9.2'4.9.2Graham Dumpleton2022-05-316-4/+34
| |\ | |/ |/|
* | Update package repo details for matrix builds as well.Graham Dumpleton2022-05-251-0/+2
| |
* | Revert ubuntu version and try updating package repo details.Graham Dumpleton2022-05-251-2/+4
| |
* | Try updating ubuntu version to fix system package installation issues.Graham Dumpleton2022-05-251-2/+2
| |
* | Fix bug where daemon mode process could crash if invalid URL path was used.Graham Dumpleton2022-05-252-0/+14
| |
* | Fix argument passing for reload function.Graham Dumpleton2022-05-251-2/+2
| |
* | Increment version to 4.9.2 and add release notes file.Graham Dumpleton2022-05-253-2/+14
| |
* | Merge tag '4.9.1' into developGraham Dumpleton2022-05-020-0/+0
|\ \ | |/ | | | | no message
| * Merge branch 'release/4.9.1'4.9.1Graham Dumpleton2022-05-0239-42/+230
| |\ | |/ |/|
* | Update version string to prepare for 4.9.1 release.Graham Dumpleton2022-05-021-1/+1
| |
* | Update copyright years.Graham Dumpleton2022-05-0230-30/+30
| |
* | Use nested function so can test stack backtraces over multiple frames.Graham Dumpleton2022-05-021-1/+4
| |
* | Update Python classifiers and test versions.Graham Dumpleton2022-05-022-1/+5
| |
* | Updates so compiles on Python 3.11.Graham Dumpleton2022-05-023-1/+21
| |
* | Merge pull request #732 from dreua/patch-1Graham Dumpleton2022-05-020-0/+0
|\ \ | | | | | | Fix typo in documentation.
| * | Fix typo in documentationDavid Auer2021-11-171-2/+2
| |/
* | Merge branch 'develop' of github.com:GrahamDumpleton/mod_wsgi into developGraham Dumpleton2022-05-021-1/+1
|\ \
| * \ Merge pull request #743 from sandrotosi/patch-1Graham Dumpleton2022-05-021-1/+1
| |\ \ | | | | | | | | fix typo in wsgi_start_process()
| | * | fix typo in wsgi_start_process()Sandro Tosi2021-12-061-1/+1
| | | | | | | | | | | | This was reported by a Debian tool while packaging the latest version
* | | | Fix typo in release notes.Graham Dumpleton2022-05-021-2/+2
| | | |
* | | | Use official 3.10 Python version.Graham Dumpleton2022-05-021-1/+1
|/ / /
* | | Document Pdb fix for when using debug mode.Graham Dumpleton2022-05-021-0/+13
| | |