Opened 20 years ago
Closed 18 years ago
#36 closed defect (invalid)
how do I config the apache+mod_python?
Description ¶
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.
Note:
See TracTickets
for help on using tickets.
Please consult the mod_python deployment documentation, and if you have follow-up questions ask on the django-users mailing list.