summaryrefslogtreecommitdiff
path: root/src/server/mod_wsgi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more details to comment about forcing unlimited value for request content...Graham Dumpleton2022-08-181-2/+7
* 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
* Add fix to ensure that X-Client-IP header is dropped when is not a trusted he...Graham Dumpleton2022-07-181-0/+1
* Fix bug where daemon mode process could crash if invalid URL path was used.Graham Dumpleton2022-05-251-0/+11
* Update copyright years.Graham Dumpleton2022-05-021-1/+1
* Updates so compiles on Python 3.11.Graham Dumpleton2022-05-021-0/+17
* Merge pull request #743 from sandrotosi/patch-1Graham Dumpleton2022-05-021-1/+1
|\
| * fix typo in wsgi_start_process()Sandro Tosi2021-12-061-1/+1
* | Revert default behaviour to be that of destroying Python interpreter on proce...Graham Dumpleton2022-05-021-1/+1
|/
* Don't destroy Python interpreters on process shutdown.Graham Dumpleton2021-11-211-0/+30
* Fix incorrect application of startup timeout.Graham Dumpleton2021-08-031-2/+5
* Adding logging for startup timeout.Graham Dumpleton2021-08-031-15/+25
* Set default for graceful timeout.Graham Dumpleton2021-08-031-1/+1
* Was not exiting as soon as active requests complete.Graham Dumpleton2021-08-031-1/+4
* Correct value of wsgi.multithread.Graham Dumpleton2021-08-031-1/+4
* Ensure log Python errors before doing reference decrements so don't loose error.Graham Dumpleton2021-06-181-16/+22
* Restore missing logging.Graham Dumpleton2021-06-181-0/+33
* Missing logging of error details.Graham Dumpleton2021-06-181-0/+3
* Wrong import function used.Graham Dumpleton2021-06-181-1/+1
* Use Python API to read source filesPetr Viktorin2021-06-111-126/+29
* Correct Py_CompileString usagePetr Viktorin2021-06-111-1/+1
* Replace undocumented PyEval_CallObject with PyObject_CallObjectPetr Viktorin2021-06-101-25/+19
* Use Py_CompileString rather than PyParser_SimpleParseFile/PyNode_CompilePetr Viktorin2021-06-101-15/+53
* Update year of copyright notices.4.8.0Graham Dumpleton2021-05-141-1/+1
* Log the reason for settrlimit() failures (errno)Pavel Raiskup2021-04-091-3/+6
* Stop Apache parent process aborting when lazy initialization is turned off.Graham Dumpleton2020-12-241-0/+9
* No need to lock mutex when script reloading is not enabled.Graham Dumpleton2020-10-061-4/+7
* Send request to daemon immediately if reloading and queue timeout disabled.Graham Dumpleton2020-10-061-12/+17
* Move position of locking for staring request to avoid delays.Graham Dumpleton2020-10-061-15/+15
* Release Python GIL when checking modification time of file.Graham Dumpleton2020-10-051-5/+8
* Release Python GIL when flush response to start sending request data.Graham Dumpleton2020-10-051-0/+4
* Release GIL while doing checking script modification time.Graham Dumpleton2020-10-051-5/+8
* Separate out time spent in daemon process.Graham Dumpleton2020-10-051-2/+13
* Report queue time distinct from server time.Graham Dumpleton2020-10-041-1/+1
* Fix process crash on Apache startup due to incorrect use of memory pools.Graham Dumpleton2020-10-041-1/+10
* Report average server and application time for requests in period.Graham Dumpleton2020-09-031-2/+13
* Update copyright year.Graham Dumpleton2020-02-171-1/+1
* Requests hitting queue timeout not being failed immediately.Graham Dumpleton2019-10-061-0/+1
* Only run pre/post fork setup when fork exists as new functions don't exist as...Graham Dumpleton2019-06-181-0/+4
* Add request data and Apache request ID to request events.Graham Dumpleton2019-06-071-8/+42
* Only set request ID if not set.Graham Dumpleton2019-06-071-1/+1
* Remove unused variable.Graham Dumpleton2019-06-071-5/+3
* Don't attempt to close file descriptor when not valid.Graham Dumpleton2019-06-071-2/+4
* Close socket on failures.Graham Dumpleton2019-06-071-0/+9
* Request will always be non NULL.Graham Dumpleton2019-06-071-4/+1
* Eliminate compiler wanrings.Graham Dumpleton2019-05-141-2/+2
* Changed functions to pre/post actions when forking.Graham Dumpleton2019-05-141-1/+12