Same problem. Any suggestions?

I am using nginx with fapws2 (wsgi server). Looks like script kiddie
thinks that my web server is an open proxy (88.80.7.248 is NOT my IP
address):

Traceback (most recent call last):

  File "/usr/local/lib/python2.5/site-packages/django/core/handlers/
base.py", line 77, in get_response
    request.path_info)

TypeError: 'NoneType' object is not iterable


<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{},
META:{'HTTP_ACCEPT': '*/*',
 'HTTP_HOST': '88.80.7.248',
 'HTTP_PRAGMA': 'no-cache',
 'HTTP_PROXY_CONNECTION': 'Keep-Alive',
 'PATH_INFO': u'http://88.80.7.248/proxy-pool/set-cookie.php',
 'QUERY_STRING': '',
 'REQUEST_METHOD': 'GET',
 'SCRIPT_NAME': u'',
 'SERVER_NAME': '127.0.0.1',
 'SERVER_PORT': 8080,
 'fapws.http_major': 1,
 'fapws.http_minor': 1,
 'fapws.params': {},
 'fapws.remote_host': '88.80.7.248',
 'fapws.remote_port': 34609,
 'fapws.uri': 'http://88.80.7.248/proxy-pool/set-cookie.php',
 'wsgi.errors': <cStringIO.StringO object at 0x8f58e20>,
 'wsgi.input': <cStringIO.StringO object at 0x8f552e0>,
 'wsgi.multiprocess': True,
 'wsgi.multithread': False,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to