Attachment 'isapiwsgi.patch'

Download

   1 Index: isapi_wsgi.py
   2 ===================================================================
   3 --- isapi_wsgi.py	(revision 138)
   4 +++ isapi_wsgi.py	(working copy)
   5 @@ -418,9 +418,16 @@
   6          # Other useful CGI variables
   7          try:
   8              environ['REMOTE_USER'] = ecb_dict['REMOTE_USER']
   9 +
  10          except KeyError:
  11              pass
  12 -
  13 +        
  14 +        # DJ - is https used?       
  15 +        try:
  16 +            environ['HTTPS'] = ecb_dict['HTTPS']
  17 +        except KeyError:
  18 +            pass
  19 +            
  20          # and some custom ones.
  21          environ['isapi.ecb'] = self.ecb

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2010-02-22 08:05:57, 1.3 KB) [[attachment:403-4-Redirect.htm]]
  • [get | view] (2010-04-08 13:19:05, 16.5 KB) [[attachment:SSLDir.png]]
  • [get | view] (2010-03-05 08:08:33, 3.3 KB) [[attachment:farmconfig.py]]
  • [get | view] (2010-04-08 12:42:41, 13.1 KB) [[attachment:hostheader.png]]
  • [get | view] (2010-02-25 15:22:20, 0.3 KB) [[attachment:intermap.txt]]
  • [get | view] (2010-02-19 17:53:46, 0.6 KB) [[attachment:isapiwsgi.patch]]
  • [get | view] (2010-02-24 12:56:41, 1.0 KB) [[attachment:moinlogging.ini]]
  • [get | view] (2010-02-24 15:37:41, 11.1 KB) [[attachment:moinloggingconf.png]]
  • [get | view] (2010-04-08 12:31:56, 2.0 KB) [[attachment:moinmoinloader19.py]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.