Copterfly / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Should mod_wsgi.version be provided. #93

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If one wanted to determine if mod_wsgi was being used, then would currently 
need to look for 
any of:

mod_wsgi.application_group: '127.0.0.1:8224|/wsgi/scripts/echo.py'
mod_wsgi.callable_object: 'application'
mod_wsgi.listener_host: ''
mod_wsgi.listener_port: '8224'
mod_wsgi.process_group: 'wsgi'
mod_wsgi.reload_mechanism: '1'
mod_wsgi.script_reloading: '1'

or parse:

SERVER_SOFTWARE: 'Apache/2.2.4 (Unix) mod_python/3.3.2-dev-20080716 
Python/2.5.2 
mod_wsgi/3.0-TRUNK'

May make it easier to have:

  mod_wsgi.version: (2, 1)

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 29 Jul 2008 at 12:41

GoogleCodeExporter commented 8 years ago
Added in revision 1054 of subversion trunk for 3.0.

Original comment by Graham.Dumpleton@gmail.com on 6 Sep 2008 at 11:07

GoogleCodeExporter commented 8 years ago
Backported to 2.X branch for 2.4 in revision 1250.

Original comment by Graham.Dumpleton@gmail.com on 20 Mar 2009 at 10:56

GoogleCodeExporter commented 8 years ago
Version 2.4 of mod_wsgi now released.

Original comment by Graham.Dumpleton@gmail.com on 11 Apr 2009 at 10:25