Closed GoogleCodeExporter closed 8 years ago
Change committed in revision 949 of trunk for mod_wsgi version 3.0.
Original comment by Graham.Dumpleton@gmail.com
on 12 Jul 2008 at 1:23
Original comment by Graham.Dumpleton@gmail.com
on 12 Jul 2008 at 1:23
Current code for this will try and preload directory as WSGI script file if
target is a directory. Need to work how to
cope with this and not do it.
Original comment by Graham.Dumpleton@gmail.com
on 12 Jul 2008 at 1:38
What it will do is log:
[Sat Jul 12 23:43:49 2008] [info] mod_wsgi (pid=24653, process='',
application=''): Loading WSGI script
'/usr/local/wsgi/scripts/'.
The load script code bails out at some point because it isn't a file, but
WSGIImportScript code isn't logging an
error. Not causing problems right now, but need to be investigated.
Original comment by Graham.Dumpleton@gmail.com
on 12 Jul 2008 at 2:02
Version 3.0 of mod_wsgi now released with these changes.
Original comment by Graham.Dumpleton@gmail.com
on 22 Nov 2009 at 2:54
Original issue reported on code.google.com by
Graham.Dumpleton@gmail.com
on 12 Jul 2008 at 1:20