index
:
delta/python-packages/mod_wsgi.git
develop
feature/request-metrics
master
stable/1.X
stable/2.X
stable/3.X
github.com: GrahamDumpleton/mod_wsgi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --passenv option to mod_wsgi-express for having process environment varia...
Graham Dumpleton
2014-09-14
1
-6
/
+20
*
Added --compress-responses option to mod_wsgi-express for compressing common ...
Graham Dumpleton
2014-09-12
1
-0
/
+23
*
Provide means of disabling automatic mapping of HEAD to GET when output filte...
Graham Dumpleton
2014-09-12
1
-0
/
+9
*
Added option --allow-localhost to mod_wsgi-express to still enable access via...
Graham Dumpleton
2014-09-12
1
-0
/
+15
*
Add --setenv option to allow per request WSGI environ key/values to be set.
Graham Dumpleton
2014-09-10
1
-0
/
+16
*
Fix bug in IfDefine nesting for configuration in mod_wsgi express.
Graham Dumpleton
2014-09-10
1
-0
/
+6
*
Added support to mod_wsgi-express for hosting web sites over SSL.
Graham Dumpleton
2014-09-07
1
-3
/
+107
*
Add options for log file rotation to mod_wsgi-express.
Graham Dumpleton
2014-09-07
1
-0
/
+24
*
Added --server-name to enabled use of virtual hosts and --server-alias for na...
Graham Dumpleton
2014-09-06
1
-0
/
+43
*
For Apache 2.4 and loadable MPMs, force use of prefork when enabling PHP supp...
Graham Dumpleton
2014-09-06
1
-5
/
+22
*
Record the original mod_wsgi-express command in apachectl. #22
Graham Dumpleton
2014-09-05
1
-0
/
+4
*
Debug mode wasn't inheriting --lang and --locale options. #31
Graham Dumpleton
2014-09-05
1
-0
/
+6
*
Only allow --with-php5 option if using prefork MPM.
Graham Dumpleton
2014-09-05
1
-0
/
+2
*
Added a --with-php5 option to allow concurrent hosting of a PHP application.
Graham Dumpleton
2014-09-05
1
-0
/
+12
*
Add --directory-index option to allow a index file in document root to overri...
Graham Dumpleton
2014-09-05
1
-0
/
+13
*
Add to mod_wsgi express the ability to provide a group authorisation script.
Graham Dumpleton
2014-08-29
1
-3
/
+35
*
Add option to mod_wsgi express to allow for user authentication using a Pytho...
Graham Dumpleton
2014-08-28
1
-0
/
+37
*
Added support for Paste deployment configuration file as application type for...
Graham Dumpleton
2014-08-27
1
-9
/
+17
*
Add --application-type option and allow module rather than WSGI script file p...
Graham Dumpleton
2014-08-27
1
-19
/
+41
*
All forms of debug need to be disabled when debug mode is enabled. #26
Graham Dumpleton
2014-08-25
1
-6
/
+14
*
Implement a single process debug mode for mod_wsgi express which allows use o...
Graham Dumpleton
2014-08-24
1
-0
/
+59
*
Add --mount-point option to mod_wsgi-express.
4.2.7
Graham Dumpleton
2014-08-02
1
-3
/
+30
*
Only the first dynamic MPM module should be listed and loaded.
Graham Dumpleton
2014-07-01
1
-0
/
+1
*
Added --setup-only option to mod_wsgi express.
Graham Dumpleton
2014-06-18
1
-1
/
+12
*
Fixes to output of envvars and apachectl for start-server.
Graham Dumpleton
2014-06-16
1
-6
/
+13
*
Output envvars file and apachectl location if appropriate when setting up or ...
Graham Dumpleton
2014-06-16
1
-10
/
+18
*
Don't rewrite envvars file if it already exists and not referring to separate...
Graham Dumpleton
2014-06-16
1
-3
/
+9
*
Only map alias for documentation if required.
Graham Dumpleton
2014-06-16
1
-1
/
+2
*
Deal with fact that required modules may be statically linked into Apache and...
Graham Dumpleton
2014-06-09
1
-0
/
+25
*
Split New Relic platform plugin out into separate Python package called mod_w...
Graham Dumpleton
2014-06-08
1
-2
/
+16
*
Split services into separate sub interpreters so isolated.
Graham Dumpleton
2014-06-08
1
-2
/
+2
*
Require server metrics to be enabled and change API naming.
Graham Dumpleton
2014-06-06
1
-9
/
+13
*
Added New Relic platform plugin support.
Graham Dumpleton
2014-06-05
1
-27
/
+148
*
Allow daemon buffer sizes for send/receive/header to be configurable from mod...
Graham Dumpleton
2014-05-23
1
-2
/
+21
*
Rename option for daemon process listener backlog.
Graham Dumpleton
2014-05-22
1
-4
/
+4
*
Add error override option to allow server to override application error docum...
Graham Dumpleton
2014-05-20
1
-0
/
+9
*
Add timeout and backlog options to admin script.
Graham Dumpleton
2014-05-13
1
-14
/
+107
*
Handle changes in wdb 2.0.
Graham Dumpleton
2014-05-13
1
-1
/
+5
*
Updated to match new admin script name.
Graham Dumpleton
2014-05-13
1
-1
/
+1
*
Change name of generated server control script to server-admin.
Graham Dumpleton
2014-05-09
1
-1
/
+1
*
Switch on extended status automatically when server status is enabled.
Graham Dumpleton
2014-05-07
1
-0
/
+1
*
Add max clients option and automatically balance number of threads to match a...
Graham Dumpleton
2014-05-02
1
-12
/
+26
*
Link to www.modwsgi.org for documentation if generated documentation not part...
Graham Dumpleton
2014-05-01
1
-3
/
+8
*
Update copyright year.
Graham Dumpleton
2014-05-01
1
-2
/
+2
*
Improved layout for default landing page.
Graham Dumpleton
2014-04-27
1
-5
/
+30
*
Include image for default landing page when no WSGI script provided.
Graham Dumpleton
2014-04-26
1
-8
/
+20
*
Add in skeleton for docs and have it linked from the default WSGI application...
Graham Dumpleton
2014-03-19
1
-6
/
+30
*
Add help text for admin command options.
Graham Dumpleton
2014-03-16
1
-44
/
+121
*
Rename admin sub commands.
Graham Dumpleton
2014-03-16
1
-15
/
+15
*
Remove debug statements.
Graham Dumpleton
2014-03-16
1
-2
/
+0
[next]