summaryrefslogtreecommitdiff
path: root/src/server/wsgi_interp.c
Commit message (Expand)AuthorAgeFilesLines
* Only set Python executable location for pyvenv as breaks brew Python.Graham Dumpleton2014-11-071-42/+56
* Issue warning if Python home appears to be invalid. #54Graham Dumpleton2014-11-041-8/+47
* Add the home directory to sys.path and not empty string for current directory...Graham Dumpleton2014-09-051-10/+11
* Set Python HOME by actually setting location of Python executable to work aro...Graham Dumpleton2014-08-231-1/+63
* Eliminate compiler warning.Graham Dumpleton2014-08-151-1/+4
* Processes would crash on startup on Apache 2.2.3 and older due to missing Apa...Graham Dumpleton2014-07-141-0/+4
* Split New Relic platform plugin out into separate Python package called mod_w...Graham Dumpleton2014-06-081-4/+4
* Expand to version number triplet in WSGI environ and modules.Graham Dumpleton2014-06-081-4/+6
* Require server metrics to be enabled and change API naming.Graham Dumpleton2014-06-061-4/+4
* Added New Relic platform plugin support.Graham Dumpleton2014-06-051-2/+2
* Expose Apache server and status information and adjust how mod_wsgi process s...Graham Dumpleton2014-05-251-9/+31
* Expose details about Apache MPM in use and processes/threads.Graham Dumpleton2014-05-081-0/+44
* Eliminate compiler warnings.Graham Dumpleton2014-05-011-3/+3
* For Python 3.4, avoid assertion failure on thread state existence when destro...Graham Dumpleton2014-05-011-0/+32
* Add cast to eliminate compiler warning.Graham Dumpleton2014-05-011-1/+1
* Update copyright year.Graham Dumpleton2014-05-011-1/+1
* Modifications to atexit callback execution in sub interpreters for Python 3.4.Graham Dumpleton2014-03-161-0/+228
* Missing arguments when creating Unicode string under Python 3.Graham Dumpleton2014-02-111-1/+1
* Need to use Unicode string on Python 3 for entries in sys.path and not bytes.Graham Dumpleton2014-02-111-5/+9
* Recover experimental changes after abandoning prior mod_wsgi 4.0 development.Graham Dumpleton2014-01-051-0/+1983