Changeset 9512 for django/trunk/django/core/handlers
- Timestamp:
- 11/21/08 06:00:51 (2 months ago)
- Files:
-
- django/trunk/django/core/handlers/modpython.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/handlers/modpython.py
r9189 r9512 148 148 'SCRIPT_NAME': self.django_root, 149 149 'SERVER_NAME': self._req.server.server_hostname, 150 'SERVER_PORT': self._req. server.port,150 'SERVER_PORT': self._req.connection.local_addr[1], 151 151 'SERVER_PROTOCOL': self._req.protocol, 152 152 'SERVER_SOFTWARE': 'mod_python'
