Hi James,

I'm hoping you have a bit of time to describe your success at
getting django to work on BlueHost, perhaps by describing the
differences between the DreamHost document and what you
had to do.

I've been trying to set up django on my new BlueHost account.
While I've gotten django to do the project and PostgreSQL table setup,
and I've gotten a simple hello.fcgi to work,
when I try the recomennded django.fcgi, I get a "string index out of
range"
deap in django. You can see the error I get by going to:
    http://www.bestdealphonecards.com/django.fcgi

Just to describe my divergence from the DreamHost script:
1. "which svc" reports nothing, so I downloaded Django-0.91.tar.gz
   and install it locally
2. "django-admin.py init" wouldn't run without psycopg.
   So I built it from psycopg-1.1.20.tar.gz after creating a local
   build of postgresql from postgresql-7.4.8.tar.gz
   (the same version that BlueHost is running).

So now "django-admin.py init" works, but django.fcgi doesn't.

Can you shed any light on this?

Thanks,

Rick

James wrote:
> Carlos,
>
> I have django running on my bluehost account with fcgi.  The best notes
> on how to get things running I have found are here:
>
> http://wiki.dreamhost.com/index.php/Django
>
> Bluehost is setup pretty much the same as dreamhost.  I recommend
> Bluehost for the price and support.
>
> James
>
> Carlos Yoder wrote:
> > Hey there, FP and all that :-)
> >
> > Does anyone of you have experience with running Django on Bluehost?
> >
> > They don't support mod_python, but according to their support people,
> > they do FastCGI. I include their reply, to see if it helps:
> >
> > ----------------
> > We do not have mod_python installed, but we do have Fast CGI on all of
> > our servers.  The following are a list of mods installed on our
> > servers which may differ slightly between versions:
> >
> > Apache/1.3.34 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8
> > mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635
> > mod_ssl/2.8.25 OpenSSL/0.9.7a PHP-CGI/0.1b
> > -----------------------------------------------------------------
> >
> > Is there anything else I should ask, or this setup could run Django
> > successfully? Thanks a lot!
> > 
> > --
> > Carlos Yoder
> > [EMAIL PROTECTED]


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

Reply via email to