summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Log daemon process exit. #8Graham Dumpleton2014-09-141-6/+17
|
* Apache 2.4 only allows wsgi-group with Require directive for group ↵Graham Dumpleton2014-09-141-0/+4
| | | | authorisation.
* Add --passenv option to mod_wsgi-express for having process environment ↵Graham Dumpleton2014-09-141-6/+20
| | | | variables be passed in per request WSGI environ dictionary.
* Added --compress-responses option to mod_wsgi-express for compressing common ↵Graham Dumpleton2014-09-121-0/+23
| | | | text based responses. #36
* Provide means of disabling automatic mapping of HEAD to GET when output ↵Graham Dumpleton2014-09-123-3/+83
| | | | filters in place. #2
* Added option --allow-localhost to mod_wsgi-express to still enable access ↵Graham Dumpleton2014-09-121-0/+15
| | | | via localhost when using virtual host.
* 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 ↵Graham Dumpleton2014-09-061-0/+43
| | | | name aliasing.
* Drop headers using characters other than alpha numerics and '-' to avoid ↵Graham Dumpleton2014-09-061-11/+101
| | | | spoofing and to consistently match Apache 2.4 behaviour.
* For Apache 2.4 and loadable MPMs, force use of prefork when enabling PHP ↵Graham Dumpleton2014-09-061-5/+22
| | | | support.
* 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 ↵Graham Dumpleton2014-09-051-10/+11
| | | | directory when using home option to WSGIDaemonProcess. #34
* 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 ↵Graham Dumpleton2014-09-051-0/+13
| | | | override WSGI application.
* 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 ↵Graham Dumpleton2014-08-291-0/+5
| | | | authorisation.
* Add option to mod_wsgi express to allow for user authentication using a ↵Graham Dumpleton2014-08-281-0/+37
| | | | Python script.
* 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 ↵Graham Dumpleton2014-08-271-9/+17
| | | | for mod_wsgi express. #27
* Add --application-type option and allow module rather than WSGI script file ↵Graham Dumpleton2014-08-271-19/+41
| | | | path to be supplied to mod_wsgi express. #27
* 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 ↵Graham Dumpleton2014-08-241-0/+59
| | | | | | | | of interactive pdb sessions. #26
* | 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 ↵Graham Dumpleton2014-08-231-1/+63
| | | | | | | | around bug in pyvenv in Python 3.X.
* | 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 ↵Graham Dumpleton2014-07-141-0/+4
| | | | | | | | Apache function.
* | 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
| | | | process rather than risk running in an unexpected state.
* Fix one off error when checking limit on the number of supplementary groups ↵Graham Dumpleton2014-06-181-1/+1
| | | | for the daemon process group.
* 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
|