Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Dreamhost - agh!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bryant  
View profile  
 More options Mar 2 2006, 8:18 pm
From: "Bryant" <bryant.cut...@gmail.com>
Date: Fri, 03 Mar 2006 01:18:42 -0000
Local: Thurs, Mar 2 2006 8:18 pm
Subject: Dreamhost - agh!
I posted once, earlier, about problems I've been having getting Django
to run on a basic Dreamhost account. I've followed the instructions at
http://wiki.dreamhost.com/index.php/Django to the letter, and Django is
running just fine, from a command line. FCGI is working - my hello.fcgi
correctly responds with it cheery "Hello World!" Something in the
middle just isn't happening, though - every time that I request
django.fcgi, django.fcgi/admin, /admin (when I've got my .htaccess file
turned on), etc. I get the following in my error log:

FastCGI: comm with (dynamic) server
"/home/[username]/[domainname]/django.fcgi" aborted: (first read) idle
timeout (120 sec)
FastCGI: incomplete headers (0 bytes) received from server
"home/[username]/[domainname]/django.fcgi"

Pleas:
1) Are there any users out there who got Django working on Dreamhost
who can share the secret? How do you make it work?
2) Since Dreamhost supports FCGI "only for use with Ruby on Rails,"
should they be on the list
(http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts) of
Django-supporting hosts? I chose them because they appeared here on the
list and fit my (admittedly pitiful) student budget...
3) Please forgive my creation of yet another newbie Dreamhost post if
you're not involved. I just want to be one of the cool kids!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Jones  
View profile  
 More options Mar 2 2006, 10:44 pm
From: Jeremy Jones <zanes...@bellsouth.net>
Date: Thu, 2 Mar 2006 22:44:27 -0500
Local: Thurs, Mar 2 2006 10:44 pm
Subject: Re: Dreamhost - agh!
On Fri, 03 Mar 2006 01:18:42 -0000

Yup.  Seen that.

> Pleas:
> 1) Are there any users out there who got Django working on Dreamhost
> who can share the secret? How do you make it work?

Yes.  First of all, fastcgi is a pain in the rear.  Maybe it's just how
Dreamhost has it setup, but it's quirky as anything.  1)  When you're
trying to get your app working, assuming you've followed the
instructions precisely, check your permissions.  I believe I have my
file permissions all set to 755.  And you probably want to make sure
the user for that domain is the same user who owns your files.  I
suspect this probably isn't your problem since you are getting the
incomplete header thing.  That seems like it's at least attempting to
execute.  2)  Kill all of your fcgi processes and wait 15 minutes
before trying again.  This seems to have been the majority of my
problem.  I think Dreamhost has some fastcgi process monitor setup to
not allow fastcgi processes to die and spawn back too quickly.  Also,
sometimes after you get the incomplete header, if you make the request
again, it just magically works.

> 2) Since Dreamhost supports FCGI "only for use with Ruby on Rails,"
> should they be on the list
> (http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts) of
> Django-supporting hosts?

Yes, because Django will work, but I don't think the official policy of
Dreamhost is to support Django apps like it will Dreamhost.

>I chose them because they appeared here on
> the list and fit my (admittedly pitiful) student budget...

Hee hee.  Likewise, here, only I'm not a student.

> 3) Please forgive my creation of yet another newbie Dreamhost post if
> you're not involved. I just want to be one of the cool kids!

I'm starting to think if you want to be one of the cool kids, you need
to find hosting elsewhere.  I've been moderately unhappy at times with
my Dreamhost account.  I'll have to do some soul-searching when my year
is up as to whether I want to renew with them.

Hope this has been of even a small amount of value.

- jmj


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eugene Lazutkin  
View profile  
 More options Mar 3 2006, 12:04 am
From: Eugene Lazutkin <eugene.lazut...@gmail.com>
Date: Thu, 02 Mar 2006 23:04:50 -0600
Local: Fri, Mar 3 2006 12:04 am
Subject: Re: Dreamhost - agh!

Bryant wrote:

> FastCGI: comm with (dynamic) server
> "/home/[username]/[domainname]/django.fcgi" aborted: (first read) idle
> timeout (120 sec)
> FastCGI: incomplete headers (0 bytes) received from server
> "home/[username]/[domainname]/django.fcgi"

I didn't see these messages before.

> Pleas:
> 1) Are there any users out there who got Django working on Dreamhost
> who can share the secret? How do you make it work?

It works without any problems. I don't know, if it depends on the plan.
Make sure you have all proper permissions on your files and you have
recent version of fcgi software.

> 2) Since Dreamhost supports FCGI "only for use with Ruby on Rails,"
> should they be on the list
> (http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts) of
> Django-supporting hosts? I chose them because they appeared here on the
> list and fit my (admittedly pitiful) student budget...

DreamHost supports fcgi for everybody. There are people who run perl web
sites like that. I contacted the support on several occasions asking
about fcgi, and I was never turned down because I run "unsupported"
applications.

> 3) Please forgive my creation of yet another newbie Dreamhost post if
> you're not involved. I just want to be one of the cool kids!

If it helps, I can send you my config files so you can compare. Just
drop me an e-mail.

Thanks,

Eugene


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adrian Holovaty  
View profile  
 More options Mar 3 2006, 12:38 am
From: "Adrian Holovaty" <holov...@gmail.com>
Date: Thu, 2 Mar 2006 23:38:13 -0600
Local: Fri, Mar 3 2006 12:38 am
Subject: Re: Dreamhost - agh!
On 3/2/06, Jeremy Jones <zanes...@bellsouth.net> wrote:

> I'm starting to think if you want to be one of the cool kids, you need
> to find hosting elsewhere.  I've been moderately unhappy at times with
> my Dreamhost account.  I'll have to do some soul-searching when my year
> is up as to whether I want to renew with them.

I've never used Dreamhost, but I'll just toss in my two cents that
having a dedicated server, with root access, is well worth it. I pay
$69 a month for a server with 1and1 (1and1.com). The price has risen
since then, but it's still kinda-sorta affordable in the grand scheme
of things if you're serious about making Web apps.

Note that I'm not affiliated with 1and1 in any way, and I'm sure there
are plenty of other (even cheaper) alternatives.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
patrick k  
View profile  
 More options Mar 3 2006, 2:52 am
From: patrick k <patr...@vonautomatisch.at>
Date: Fri, 03 Mar 2006 08:52:21 +0100
Local: Fri, Mar 3 2006 2:52 am
Subject: Re: Dreamhost - agh!
again, from one of my many discussions with dreamhost.

dreamhost says:

"Currently demand for django is not very high. If the demand picks up we
will likely add direct support for it. This is why we added Ruby on Rails
support."

"It (Django) is currently not installed by default, again, because we do not
have that high of a demand for it. You are of course free to install it in
your home directory."

my experience:
installing django according to the wiki works fine. i don´t have problems
with getting django-apps up and running. but then, i´m having server
timeouts for about 50% of the time (dreamhost gave me 2 months for free but
that doesn´t really solve the problem).

i´m giving razorlogix a try now and i´d suggest to withdraw dreamhost from
the list of "django friendly web hosts".

thanks,
patrick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pbx  
View profile  
 More options Mar 3 2006, 11:00 am
From: "pbx" <paul.bis...@gmail.com>
Date: Fri, 03 Mar 2006 08:00:26 -0800
Local: Fri, Mar 3 2006 11:00 am
Subject: Re: Dreamhost - agh!
Adrian said:

> I've never used Dreamhost, but I'll just toss in my two cents that
> having a dedicated server, with root access, is well worth it.
> ... it's still kinda-sorta affordable in the grand scheme
> of things if you're serious about making Web apps.

I totally agree. It's great to have root. If a dedicated server is too
spendy there's also the virtual private server (VPS) option -- I've
used Johncompanies.com's FreeBSD VPS service for the past two years,
and it's been great. They offer modest discounts for open source
developers, too.

pb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Graham King  
View profile  
 More options Mar 3 2006, 11:17 am
From: Graham King <gra...@darkcoding.net>
Date: Fri, 03 Mar 2006 16:17:43 +0000
Local: Fri, Mar 3 2006 11:17 am
Subject: Re: Dreamhost - agh!

pbx wrote:
> Adrian said:
>> I've never used Dreamhost, but I'll just toss in my two cents that
>> having a dedicated server, with root access, is well worth it.
>> ... it's still kinda-sorta affordable in the grand scheme
>> of things if you're serious about making Web apps.

> I totally agree. It's great to have root. If a dedicated server is too
> spendy there's also the virtual private server (VPS) option -- I've
> used Johncompanies.com's FreeBSD VPS service for the past two years,
> and it's been great. They offer modest discounts for open source
> developers, too.

> pb

  I totally agree too ! The freedom of your own server (VPS) is well
worth it. I've used linode.com for over a year now and I love it. You
end up getting better at system administration skills (setting MySQL,
Apache, etc) and get a much better understanding of how everything fits
together.

  Graham.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eugene Lazutkin  
View profile  
 More options Mar 3 2006, 12:54 pm
From: Eugene Lazutkin <eugene.lazut...@gmail.com>
Date: Fri, 03 Mar 2006 11:54:06 -0600
Local: Fri, Mar 3 2006 12:54 pm
Subject: Re: Dreamhost - agh!

Graham King wrote:

>   I totally agree too ! The freedom of your own server (VPS) is well
> worth it. I've used linode.com for over a year now and I love it. You
> end up getting better at system administration skills (setting MySQL,
> Apache, etc) and get a much better understanding of how everything fits
> together.

...but your own separate physical computer is even better. And for
moderately serious stuff you can use your own collocation facilities
spread around the globe, which can be supplemented by relatively cheap
Akamai offering. :-) The reality is that in many cases it is not about
trade-offs, it's about hard limit on your money. If I have $20/month to
burn, I cannot afford VPS or other nicer options. I guess this is the
case for many people, who use DreamHost.

Going back to DreamHost, I never had problems experienced by other
people. Guys that have several web sites on DreamHost say that it
apparently depends on server your web site is assigned to. All my web
sites are on pico. I don't know if you can ask for transfer. On the
other hand, different servers may have different quirks == different
stability issues, but they should be able run Django without problems.

In the case of the original poster, I suspect that the reason was
simpler than that: most probably misconfiguration of Python, wrong file
attributes, or forgetting to set up DJANGO_SETTINGS_MODULE correctly. I
offered him help, I didn't hear from him back, so these are all my
speculations.

Thanks,

Eugene


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PythonistL  
View profile  
 More options Mar 4 2006, 4:58 am
From: "PythonistL" <pyt...@hope.cz>
Date: Sat, 04 Mar 2006 01:58:58 -0800
Local: Sat, Mar 4 2006 4:58 am
Subject: Re: Dreamhost - agh!
I also use Dreamhost without any problems.I think my Django projects
run  on avalon server

Regards,
L.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Claeys  
View profile  
 More options Mar 4 2006, 9:49 am
From: Jan Claeys <li...@janc.be>
Date: Sat, 04 Mar 2006 15:49:25 +0100
Local: Sat, Mar 4 2006 9:49 am
Subject: Re: Dreamhost - agh!
Op vr, 03-03-2006 te 11:54 -0600, schreef Eugene Lazutkin:

> ...but your own separate physical computer is even better. And for
> moderately serious stuff you can use your own collocation facilities
> spread around the globe, which can be supplemented by relatively cheap
> Akamai offering. :-) The reality is that in many cases it is not about
> trade-offs, it's about hard limit on your money. If I have $20/month to
> burn, I cannot afford VPS or other nicer options. I guess this is the
> case for many people, who use DreamHost.

One can also try to find some friends who want to put some money
together to rent a dedicated server.  Me and 3 friends have a dedicated
server from Hetzner.de, which means it costs each of us less than 10
euro/month (39 euro or about 47 USD per month for a dedicated server --
sometimes, like this month, they even have cheap servers for 29
euro/month).

--
Jan Claeys


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »