summaryrefslogtreecommitdiff
path: root/src/server/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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-121-0/+9
* 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
* 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
* 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
* Add option to mod_wsgi express to allow for user authentication using a Pytho...Graham Dumpleton2014-08-281-0/+37
* 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
* 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
* Add --mount-point option to mod_wsgi-express.4.2.7Graham Dumpleton2014-08-021-3/+30
* Only the first dynamic MPM module should be listed and loaded.Graham Dumpleton2014-07-011-0/+1
* Added --setup-only option to mod_wsgi express.Graham Dumpleton2014-06-181-1/+12
* Fixes to output of envvars and apachectl for start-server.Graham Dumpleton2014-06-161-6/+13
* Output envvars file and apachectl location if appropriate when setting up or ...Graham Dumpleton2014-06-161-10/+18
* Don't rewrite envvars file if it already exists and not referring to separate...Graham Dumpleton2014-06-161-3/+9
* Only map alias for documentation if required.Graham Dumpleton2014-06-161-1/+2
* Deal with fact that required modules may be statically linked into Apache and...Graham Dumpleton2014-06-091-0/+25
* Split New Relic platform plugin out into separate Python package called mod_w...Graham Dumpleton2014-06-081-2/+16
* Split services into separate sub interpreters so isolated.Graham Dumpleton2014-06-081-2/+2
* Require server metrics to be enabled and change API naming.Graham Dumpleton2014-06-061-9/+13
* Added New Relic platform plugin support.Graham Dumpleton2014-06-051-27/+148
* Allow daemon buffer sizes for send/receive/header to be configurable from mod...Graham Dumpleton2014-05-231-2/+21
* Rename option for daemon process listener backlog.Graham Dumpleton2014-05-221-4/+4
* Add error override option to allow server to override application error docum...Graham Dumpleton2014-05-201-0/+9
* Add timeout and backlog options to admin script.Graham Dumpleton2014-05-131-14/+107
* Handle changes in wdb 2.0.Graham Dumpleton2014-05-131-1/+5
* Updated to match new admin script name.Graham Dumpleton2014-05-131-1/+1
* Change name of generated server control script to server-admin.Graham Dumpleton2014-05-091-1/+1
* Switch on extended status automatically when server status is enabled.Graham Dumpleton2014-05-071-0/+1
* Add max clients option and automatically balance number of threads to match a...Graham Dumpleton2014-05-021-12/+26
* Link to www.modwsgi.org for documentation if generated documentation not part...Graham Dumpleton2014-05-011-3/+8
* Update copyright year.Graham Dumpleton2014-05-011-2/+2
* Improved layout for default landing page.Graham Dumpleton2014-04-271-5/+30
* Include image for default landing page when no WSGI script provided.Graham Dumpleton2014-04-261-8/+20
* Add in skeleton for docs and have it linked from the default WSGI application...Graham Dumpleton2014-03-191-6/+30
* Add help text for admin command options.Graham Dumpleton2014-03-161-44/+121
* Rename admin sub commands.Graham Dumpleton2014-03-161-15/+15
* Remove debug statements.Graham Dumpleton2014-03-161-2/+0