Changeset 9513
- Timestamp:
- 11/21/08 06:08:11 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/releases/1.0.X/django/core/handlers/modpython.py
r9190 r9513 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'
