﻿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
36	how do I config the apache+mod_python?	James Zhu	Adrian Holovaty	"hi, I have successfully created the project and app as the tutorial wrote.
but i can not make it work under the apache+mod_python.

I put the block 
{{{
  <Directory ""d:/myproject/django/trunk"">
	AddHandler mod_python .py
	PythonHandler django.core.handler
	PythonDebug On
  </Directory>
}}}
 in httpd.conf, so i can use url:'http://localhost:8080/a.py' to call the handler.
however , how can i use url:'http://localhost:8080/2005/12/35678' to read an article?

wait the answer , thanks."	defect	closed	Core (Other)	1.0	normal	invalid	web server		Design decision needed	0	0	0	0	0	0
