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.You are not allowed to attach a file to this page.