I am trying to follow jeff croft's tutorial for installing django on
dreamhost.

http://www2.jeffcroft.com/blog/2006/may/11/django-dreamhost/

I am trying to "Install and configure FastCGI"

I followed the tutorial, I don't see where I did anything wrong.

One part that I don't quite understand:

---
Set up mod_rewrite
Apache's mod_rewrite module will pass all requests to your website
through dispatch.fcgi, and thus, into Django's URL dispatcher.
----

How I am I supposed to do that? Is that done when I do the pkill
python?

After the pkill python, the tutorial states:

---
All URLs on our subdomain should now be routed to Django. Feel free to
open up your browser and try it out for yourself.
---

So, I don't have to restart python? Also, what am I supposed to see,
if the setup was successful? I gave it a try and the server timed out.
Any idea what I did wrong?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to