summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* Output WSGIPythonHome in configuration snippet for install-module command of ...Graham Dumpleton2014-11-091-0/+1
* Tweaks to the Apache child worker configuration for mod_wsgi-express.Graham Dumpleton2014-11-071-6/+6
* Only set Python executable location for pyvenv as breaks brew Python.Graham Dumpleton2014-11-071-42/+56
* Conform to official newrelic module API and drop inoperable attempt to track ...Graham Dumpleton2014-11-071-143/+7
* Change working directory for daemon process after dropping privileges. #56Graham Dumpleton2014-11-071-94/+76
* Merge branch 'feature/connect-returns-eagain' into developGraham Dumpleton2014-11-041-1/+10
|\
| * Calling connect() on non blocking UNIX listener socket can return EAGAIN on L...Graham Dumpleton2014-11-031-1/+10
* | Issue warning if Python home appears to be invalid. #54Graham Dumpleton2014-11-041-8/+47
* | Increment version to 4.3.2.Graham Dumpleton2014-11-041-2/+2
|/
* Add limits on amount of response data that is buffered when proxying. #51Graham Dumpleton2014-10-313-4/+197
* Fix resource automatic reloading checks in mod_wsgi express.Graham Dumpleton2014-09-201-6/+7
* Add the --add-handler option to mod_wsgi-express for custom resource handlers.Graham Dumpleton2014-09-201-0/+88
* Incorrect variable description on mod_wsgi-express command line help.Graham Dumpleton2014-09-161-1/+1
* The mod_wsgi-express install-module command was not installing into the Apach...Graham Dumpleton2014-09-161-1/+1
* Increment version to 4.3.1.Graham Dumpleton2014-09-161-2/+2
* Log daemon process exit. #8Graham Dumpleton2014-09-141-6/+17
* Apache 2.4 only allows wsgi-group with Require directive for group authorisat...Graham Dumpleton2014-09-141-0/+4
* Add --passenv option to mod_wsgi-express for having process environment varia...Graham Dumpleton2014-09-141-6/+20
* Added --compress-responses option to mod_wsgi-express for compressing common ...Graham Dumpleton2014-09-121-0/+23
* Provide means of disabling automatic mapping of HEAD to GET when output filte...Graham Dumpleton2014-09-123-3/+83
* Added option --allow-localhost to mod_wsgi-express to still enable access via...Graham Dumpleton2014-09-121-0/+15
* Add --setenv option to allow per request WSGI environ key/values to be set.Graham Dumpleton2014-09-101-0/+16
* Fix bug in IfDefine nesting for configuration in mod_wsgi express.Graham Dumpleton2014-09-101-0/+6
* Added support to mod_wsgi-express for hosting web sites over SSL.Graham Dumpleton2014-09-071-3/+107
* Add options for log file rotation to mod_wsgi-express.Graham Dumpleton2014-09-071-0/+24
* Added --server-name to enabled use of virtual hosts and --server-alias for na...Graham Dumpleton2014-09-061-0/+43
* Drop headers using characters other than alpha numerics and '-' to avoid spoo...Graham Dumpleton2014-09-061-11/+101
* For Apache 2.4 and loadable MPMs, force use of prefork when enabling PHP supp...Graham Dumpleton2014-09-061-5/+22
* Record the original mod_wsgi-express command in apachectl. #22Graham Dumpleton2014-09-051-0/+4
* Fix Django integration for versions older than Django 1.6. #33Graham Dumpleton2014-09-051-1/+10
* Add the home directory to sys.path and not empty string for current directory...Graham Dumpleton2014-09-051-10/+11
* Debug mode wasn't inheriting --lang and --locale options. #31Graham Dumpleton2014-09-051-0/+6
* Only allow --with-php5 option if using prefork MPM.Graham Dumpleton2014-09-051-0/+2
* Added a --with-php5 option to allow concurrent hosting of a PHP application.Graham Dumpleton2014-09-051-0/+12
* Add --directory-index option to allow a index file in document root to overri...Graham Dumpleton2014-09-051-0/+13
* Add to mod_wsgi express the ability to provide a group authorisation script.Graham Dumpleton2014-08-291-3/+35
* Fix Apache 2.4 compatibility issue auth providers performing group authorisat...Graham Dumpleton2014-08-291-0/+5
* Add option to mod_wsgi express to allow for user authentication using a Pytho...Graham Dumpleton2014-08-281-0/+37
* Incorrectly increment version to 4.2.9 rather than intended 4.3.0.Graham Dumpleton2014-08-271-3/+3
* Increment version to 4.2.9.Graham Dumpleton2014-08-271-2/+2
* Added support for Paste deployment configuration file as application type for...Graham Dumpleton2014-08-271-9/+17
* Add --application-type option and allow module rather than WSGI script file p...Graham Dumpleton2014-08-271-19/+41
* Merge branch 'feature/debug-mode-option' into feature/4.2.9Graham Dumpleton2014-08-271-3/+70
|\
| * All forms of debug need to be disabled when debug mode is enabled. #26Graham Dumpleton2014-08-251-6/+14
| * Implement a single process debug mode for mod_wsgi express which allows use o...Graham Dumpleton2014-08-241-0/+59
* | Merge branch 'feature/override-auth-user' into feature/4.2.9Graham Dumpleton2014-08-271-1/+22
|\ \ | |/ |/|
| * Allow user to be overridden in check_password() authentication handler. #15Graham Dumpleton2014-06-191-1/+22
* | Set Python HOME by actually setting location of Python executable to work aro...Graham Dumpleton2014-08-231-1/+63
* | Can't dump stack traces for Python older than 2.5.Graham Dumpleton2014-08-221-0/+4
* | Eliminate compiler warning.Graham Dumpleton2014-08-151-1/+4