summaryrefslogtreecommitdiff
path: root/src/server/wsgi_daemon.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Graham Dumpleton2022-05-021-1/+1
* Update year of copyright notices.4.8.0Graham Dumpleton2021-05-141-1/+1
* Update copyright year.Graham Dumpleton2020-02-171-1/+1
* Update copyright year.Graham Dumpleton2019-05-141-1/+1
* Add option for disabling daemon socket rotation on restarts. Disabled by defa...Graham Dumpleton2018-01-181-0/+1
* Update copyright year.Graham Dumpleton2018-01-091-1/+1
* Use real lock around interpreter destruction to avoid potential race conditio...Graham Dumpleton2017-11-141-0/+2
* Add response-socket-timeout option to WSGIDaemonProcess.Graham Dumpleton2017-01-041-0/+1
* Update year in copyright.Graham Dumpleton2017-01-041-1/+1
* Add restart-interval option to daemon process groups.Graham Dumpleton2016-12-311-0/+1
* Added startup timeout to combat problem with Django initialisation not being ...Graham Dumpleton2016-08-171-0/+1
* Update copyright year.Graham Dumpleton2016-01-221-1/+1
* Update copyright year.Graham Dumpleton2015-02-211-1/+1
* Add eviction-timeout option to allow graceful period for process restart on s...Graham Dumpleton2015-01-261-0/+1
* Renamed proxy-buffer-size option for WSGIDaemonProcess.Graham Dumpleton2015-01-241-1/+1
* Ensure not trying to include private header file when using APR version 2.X.Graham Dumpleton2015-01-111-1/+4
* Added the socket-user option to WSGIDaemonProcess to allow the owner of the d...Graham Dumpleton2014-12-111-0/+1
* Add limits on amount of response data that is buffered when proxying. #51Graham Dumpleton2014-10-311-0/+1
* Require server metrics to be enabled and change API naming.Graham Dumpleton2014-06-061-0/+1
* Make response header size limit for daemon mode configurable. #3Graham Dumpleton2014-05-231-0/+1
* Implement queue time to fail requests if were waiting too long to be handled ...Graham Dumpleton2014-05-131-0/+1
* Add daemon connect timeout and implemented better handling of listener backlo...Graham Dumpleton2014-05-121-4/+2
* Replace blocked timeout/requests with simpler to understand request-timeout o...Graham Dumpleton2014-05-091-2/+2
* Add a socket-timeout option for daemon process to override Apache Timeout dir...Graham Dumpleton2014-05-081-0/+2
* Use timeout on socket connect to daemon process.Graham Dumpleton2014-05-071-3/+4
* Eliminate compiler warnings.Graham Dumpleton2014-05-011-1/+1
* Update copyright year.Graham Dumpleton2014-05-011-1/+1
* Recover experimental changes after abandoning prior mod_wsgi 4.0 development.Graham Dumpleton2014-01-051-0/+181