﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5303	PythonImport (for handling eggs) can't be placed inside VirtualHost or Location	anonymous	Jacob	"Placing !PythonImport inside of <Location> (as it is recommended in the Install mod_python documentation of Django) leads to an error when apache loads it's conf-file. Placing it inside <!VirtualHost> doesn't work either.

Reason:
!PythonImport is a server config directive (compare http://www.modpython.org/pipermail/mod_python/2005-October/019272.html)

Quote from http://httpd.apache.org/docs/2.0/mod/directive-dict.html#Context
>>>
server config 
This means that the directive may be used in the server configuration files (e.g., httpd.conf), but not within any <!VirtualHost> or <Directory> containers. It is not allowed in .htaccess files at all. 
<<<

All the best for now - and thanks for developing Django!

Wolfram"		closed	Documentation	dev		fixed	mod_python, PythonImport, egg		Ready for checkin	1	0	0	0	0	0
