summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Increment version to 4.2.8.Graham Dumpleton2014-08-151-2/+2
* | Add --mount-point option to mod_wsgi-express.4.2.7Graham Dumpleton2014-08-021-3/+30
* | Increment version to 4.2.7.Graham Dumpleton2014-08-021-2/+2
* | Processes would crash on startup on Apache 2.2.3 and older due to missing Apa...Graham Dumpleton2014-07-141-0/+4
* | Increment version to 4.2.6.Graham Dumpleton2014-07-141-2/+2
* | Only the first dynamic MPM module should be listed and loaded.Graham Dumpleton2014-07-011-0/+1
* | Increment version to 4.2.5.Graham Dumpleton2014-07-011-2/+2
|/
* When there is any sort of error in setting up daemon process group, kill the ...Graham Dumpleton2014-06-181-3/+51
* Fix one off error when checking limit on the number of supplementary groups f...Graham Dumpleton2014-06-181-1/+1
* Added --setup-only option to mod_wsgi express.Graham Dumpleton2014-06-182-2/+16
* Increment version to 4.2.4.Graham Dumpleton2014-06-181-2/+2
* Broke runmodwsgi Django management command in 4.2.2.Graham Dumpleton2014-06-171-1/+2
* Increment version to 4.2.3.Graham Dumpleton2014-06-171-2/+2
* Increment version to 4.2.2 and add release notes.Graham Dumpleton2014-06-161-2/+2
* Fixes to output of envvars and apachectl for start-server.Graham Dumpleton2014-06-161-6/+13