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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Output WSGIPythonHome in configuration snippet for install-module command of ...
Graham Dumpleton
2014-11-09
1
-0
/
+1
*
Tweaks to the Apache child worker configuration for mod_wsgi-express.
Graham Dumpleton
2014-11-07
1
-6
/
+6
*
Only set Python executable location for pyvenv as breaks brew Python.
Graham Dumpleton
2014-11-07
1
-42
/
+56
*
Conform to official newrelic module API and drop inoperable attempt to track ...
Graham Dumpleton
2014-11-07
1
-143
/
+7
*
Change working directory for daemon process after dropping privileges. #56
Graham Dumpleton
2014-11-07
1
-94
/
+76
*
Merge branch 'feature/connect-returns-eagain' into develop
Graham Dumpleton
2014-11-04
1
-1
/
+10
|
\
|
*
Calling connect() on non blocking UNIX listener socket can return EAGAIN on L...
Graham Dumpleton
2014-11-03
1
-1
/
+10
*
|
Issue warning if Python home appears to be invalid. #54
Graham Dumpleton
2014-11-04
1
-8
/
+47
*
|
Increment version to 4.3.2.
Graham Dumpleton
2014-11-04
1
-2
/
+2
|
/
*
Add limits on amount of response data that is buffered when proxying. #51
Graham Dumpleton
2014-10-31
3
-4
/
+197
*
Fix resource automatic reloading checks in mod_wsgi express.
Graham Dumpleton
2014-09-20
1
-6
/
+7
*
Add the --add-handler option to mod_wsgi-express for custom resource handlers.
Graham Dumpleton
2014-09-20
1
-0
/
+88
*
Incorrect variable description on mod_wsgi-express command line help.
Graham Dumpleton
2014-09-16
1
-1
/
+1
*
The mod_wsgi-express install-module command was not installing into the Apach...
Graham Dumpleton
2014-09-16
1
-1
/
+1
*
Increment version to 4.3.1.
Graham Dumpleton
2014-09-16
1
-2
/
+2
*
Log daemon process exit. #8
Graham Dumpleton
2014-09-14
1
-6
/
+17
*
Apache 2.4 only allows wsgi-group with Require directive for group authorisat...
Graham Dumpleton
2014-09-14
1
-0
/
+4
*
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
3
-3
/
+83
*
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
*
Drop headers using characters other than alpha numerics and '-' to avoid spoo...
Graham Dumpleton
2014-09-06
1
-11
/
+101
*
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
*
Fix Django integration for versions older than Django 1.6. #33
Graham Dumpleton
2014-09-05
1
-1
/
+10
*
Add the home directory to sys.path and not empty string for current directory...
Graham Dumpleton
2014-09-05
1
-10
/
+11
*
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
*
Fix Apache 2.4 compatibility issue auth providers performing group authorisat...
Graham Dumpleton
2014-08-29
1
-0
/
+5
*
Add option to mod_wsgi express to allow for user authentication using a Pytho...
Graham Dumpleton
2014-08-28
1
-0
/
+37
*
Incorrectly increment version to 4.2.9 rather than intended 4.3.0.
Graham Dumpleton
2014-08-27
1
-3
/
+3
*
Increment version to 4.2.9.
Graham Dumpleton
2014-08-27
1
-2
/
+2
*
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
*
Merge branch 'feature/debug-mode-option' into feature/4.2.9
Graham Dumpleton
2014-08-27
1
-3
/
+70
|
\
|
*
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
*
|
Merge branch 'feature/override-auth-user' into feature/4.2.9
Graham Dumpleton
2014-08-27
1
-1
/
+22
|
\
\
|
|
/
|
/
|
|
*
Allow user to be overridden in check_password() authentication handler. #15
Graham Dumpleton
2014-06-19
1
-1
/
+22
*
|
Set Python HOME by actually setting location of Python executable to work aro...
Graham Dumpleton
2014-08-23
1
-1
/
+63
*
|
Can't dump stack traces for Python older than 2.5.
Graham Dumpleton
2014-08-22
1
-0
/
+4
*
|
Eliminate compiler warning.
Graham Dumpleton
2014-08-15
1
-1
/
+4
[next]