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 initial support for trusted proxy headers, starting with protocol scheme ...
Graham Dumpleton
2015-02-10
1
-0
/
+14
*
Add ability to override names of log files written to log directory when usin...
Graham Dumpleton
2015-02-03
1
-3
/
+13
*
Move Apache httpd compilation from source code out into separate mod_wsgi-htt...
Graham Dumpleton
2015-02-01
1
-8
/
+1
*
Add eviction-timeout option to allow graceful period for process restart on s...
Graham Dumpleton
2015-01-26
1
-4
/
+12
*
Added --service-user/--service-group options to mod_wsgi-express to allow use...
Graham Dumpleton
2015-01-25
1
-9
/
+24
*
Renamed proxy-buffer-size option for WSGIDaemonProcess.
Graham Dumpleton
2015-01-24
1
-3
/
+3
*
Add --proxy-virtual-host option to mod_wsgi-express for setting up proxying o...
Graham Dumpleton
2015-01-24
1
-1
/
+26
*
Added --proxy-url-alias option to mod_wsgi-express for setting up proxying of...
Graham Dumpleton
2015-01-24
1
-0
/
+25
*
Add --service-script option to mod_wsgi-express for starting up distinct mana...
Graham Dumpleton
2015-01-24
1
-0
/
+25
*
Use environment variable to define the httpd modules directory so easy to loa...
Graham Dumpleton
2015-01-24
1
-24
/
+27
*
Added --enable-gdb option to mod_wsgi-express for running Apache under gdb to...
Graham Dumpleton
2015-01-12
1
-4
/
+24
*
Change display of runtime settings when starting mod_wsgi-express.
Graham Dumpleton
2015-01-12
1
-3
/
+20
*
Add automatic installation of precompiled Apache binaries when deploying mod_...
Graham Dumpleton
2015-01-05
1
-0
/
+20
*
Output number of daemon processes and threads when running mod_wsgi-express.
Graham Dumpleton
2015-01-01
1
-0
/
+3
*
Override Apache parent and child process names by default when using mod_wsgi...
Graham Dumpleton
2014-12-25
1
-1
/
+2
*
Use shell variable to hold process name.
Graham Dumpleton
2014-12-24
1
-1
/
+3
*
Add --process-name option to override displayed name for Apache parent process.
Graham Dumpleton
2014-12-24
1
-7
/
+18
*
When using static application type, the first non option argument will be use...
Graham Dumpleton
2014-12-23
1
-6
/
+21
*
When finding programs needs to be a list of names. Also supply default.
Graham Dumpleton
2014-12-23
1
-2
/
+4
*
Use full pathname to 'tee' when using it to log to stdout.
Graham Dumpleton
2014-12-23
1
-2
/
+2
*
Fallback to using 'tee' to send to stdout if cannot open actual devices.
Graham Dumpleton
2014-12-23
1
-3
/
+21
*
Rename startup log file to be consistent with error and access log file naming.
Graham Dumpleton
2014-12-21
1
-1
/
+1
*
Used numeric group ID where group ID doesn't map to a named group.
Graham Dumpleton
2014-12-21
1
-2
/
+5
*
Try en_US.UTF-8 before C.UTF-8 language locale when trying to default to UTF-...
Graham Dumpleton
2014-12-20
1
-4
/
+4
*
Deprecate --lang option to mod_wsgi-express and change --locale behaviour.
Graham Dumpleton
2014-12-20
1
-7
/
+42
*
Deprecate --ssl-port in favour of new --https-port option as port isn't stric...
Graham Dumpleton
2014-12-18
1
-36
/
+39
*
The --https-only option of mod_wsgi-express was not redirect to HTTPS connect...
Graham Dumpleton
2014-12-18
1
-1
/
+1
*
Change default language locale to C.UTF-8 as en_US.UTF-8 may not always be pr...
Graham Dumpleton
2014-12-18
1
-4
/
+4
*
Exporting wrong environment variable in apachectl for language locale.
Graham Dumpleton
2014-12-18
1
-1
/
+1
*
Added optional recording of requests in debug mode.
Graham Dumpleton
2014-12-14
1
-2
/
+142
*
Use a directory for profiler stats rather than the same file all the time.
Graham Dumpleton
2014-12-14
1
-11
/
+21
*
Have apachectl complain when started as root and non root user/group not spec...
Graham Dumpleton
2014-12-06
1
-1
/
+16
*
Add --debugger-startup to open up debugger on startup for setting breakpoints.
Graham Dumpleton
2014-12-04
1
-10
/
+26
*
Add --host-access-script to mod_wsgi-express. #47
Graham Dumpleton
2014-12-03
1
-0
/
+15
*
Add 'static' as option for --application-type with mod_wsgi-express so it can...
Graham Dumpleton
2014-12-02
1
-2
/
+8
*
Add --server-mpm option to mod_wsgi-express for selecting the MPM to use when...
Graham Dumpleton
2014-12-01
1
-8
/
+18
*
Dropped support for wdb interactive debugger.
Graham Dumpleton
2014-11-28
1
-57
/
+3
*
Add the --python-path option to mod_wsgi-express to allow Python module searc...
Graham Dumpleton
2014-11-28
1
-0
/
+13
*
Working directory not added to sys.path when running in mod_wsgi-express debu...
Graham Dumpleton
2014-11-28
1
-0
/
+11
*
Added the --enable-profiler option to mod_wsgi-express debug mode to capturin...
Graham Dumpleton
2014-11-28
1
-0
/
+32
*
Ensure debugger is disabled when debug mode is not on rather than having to a...
Graham Dumpleton
2014-11-28
1
-1
/
+2
*
Add the --enable-coverage option for coverage analysis under debug mode of mo...
Graham Dumpleton
2014-11-28
1
-9
/
+50
*
Defer import of pdb until know we actually need it to reduce base memory.
Graham Dumpleton
2014-11-28
1
-4
/
+7
*
Change name of debugger option in debug mode.
Graham Dumpleton
2014-11-28
1
-10
/
+12
*
Add post-mortem debugging feature to mod_wsgi-express when debug mode is enab...
Graham Dumpleton
2014-11-27
1
-2
/
+48
*
Need to ensure that working directory is an absolute path when using mod_wsgi...
Graham Dumpleton
2014-11-26
1
-0
/
+1
*
Added --newrelic-config-file and --newrelic-environment options to mod_wsgi-e...
Graham Dumpleton
2014-11-23
1
-6
/
+38
*
Added the --access-log-format option to mod_wsgi-express.
Graham Dumpleton
2014-11-23
1
-2
/
+20
*
Add the --log-to-terminal option to mod_wsgi-express to allow logging to be d...
Graham Dumpleton
2014-11-23
1
-13
/
+41
*
Chunked request support when using daemon mode. Better input error handling a...
Graham Dumpleton
2014-11-13
1
-0
/
+10
[prev]
[next]