On Fri, 2007-05-11 at 09:59 -0700, Mark Phillips wrote:
> I attempted invoking the django.fcgi script directly with a URL. E.g.  
> "http://dev.mysite.com/cgi-bin/django.fcgi";. I tried this because I  
> am still having trouble using a normal url like "mydjango.mysite.com"  
> or similar. For example, "mydjango.mysite.com/admin" returns a 404  
> page and "mydjango.mysite.com" returns the default index.html page.
> 
> The good news is I got a python traceback, meaning the fastcgi is  
> working. The bad news is I got a python traceback. The reported error  
> was "string index out of range".

More information is definitely needed here. You've just done the
equivalent of "I've had a car accident." "Where should we send the auto
service?" "There's a traffic light here."

Just knowing the error string doesn't really tell us anything. Where did
it occur? There are a few thousand lines of code (at least) involved in
your setup, by the time you include Django and flup and your app.
The traceback will tell you (and the people trying to help you on the
mailing list) whether the probem is in the fastcgi code, flup, Django,
your app, or somewhere else entirely.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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