Questions tagged [dreamhost]

DreamHost is a Los Angeles-based web hosting, public cloud provider and domain name registrar.

DreamHost is a Los Angeles-based hosting, public cloud provider, and domain name registrar.

DreamHost's shared, , and dedicated hosting network consists of Apache, nginx and lighttpd web servers running on the Debian GNU/Linux operating system. Also included are 25+ apps including , Drupal, Joomla and Magento e-commerce along with free certificates, multi-factor authentication, and Whois privacy.

DreamHost Cloud offers cloud computing services and storage, based on and making it compatible with the most popular SDKs and configuration management tools. Its virtual servers are fast, ssh ready in 30 seconds (or less).

DreamHost's Cloud team welcomes contributions to the Cloud Knowledge Base on github and regularly hangs out on IRC freenode #dreamhost.

484 questions
3
votes
2 answers

Python 2.4 inline if statements

I am setting up an existing django project on a dreamhost web server, so far I have got everything to work correctly. However I developed under python 2.5 and dreamhost by default uses python 2.4. The following line seems gives a syntax error…
Marcus Whybrow
  • 19,578
  • 9
  • 70
  • 90
3
votes
1 answer

Setting Access-Control-Allow-Origin in Dreamhost possible?

Just wanted a confirmation for this: Firefox currently doesn't play well for picking custom fonts through a sub-domain via the font-face tag. Other browsers do this without any problems. A little research showed up saying that i am required to set…
KG -
  • 7,130
  • 12
  • 56
  • 72
3
votes
2 answers

Troubleshooting Dreamhost + Passenger + Django

I have a website that was happily running on Dreamhost + Passenger + Django for several years. Recently (last Thursday) it looks like Dreamhost updated Passenger under the hood without notifying me, and this has caused the website to go down. Here…
tatlar
  • 3,080
  • 2
  • 29
  • 40
3
votes
1 answer

An error occurred importing your passenger_wsgi.py on server

I am getting an error "An error occurred importing your passenger_wsgi.py" on dreamhost server passenger_wsgi.py file import sys, os INTERP =…
user3555345
3
votes
1 answer

Move files from FTP to S3

I have some 200-300GB of data on my FTP which I would like to move to S3. I don't want to download 300GB and then upload it again to S3. Is there an easy way to simply move to S3 by using server to server transfer? I tried using Transmit for mac and…
Siddharth Menon
  • 587
  • 1
  • 8
  • 21
3
votes
6 answers

Upgrade Subversion 1.4.3 to 1.5.2 on Debian (hosted account)

I'm trying to upgrade my subversion server (I have it hosted with Dreamhost) This is what I run: wget http://subversion.tigris.org/downloads/subversion-1.5.2.tar.bz2 wget http://subversion.tigris.org/downloads/subversion-deps-1.5.2.tar.bz2 tar -xjf…
AtliB
  • 1,263
  • 1
  • 18
  • 30
3
votes
4 answers

Deploying Sinatra app on Dreamhost/Passenger with custom gems

I've got a Sinatra app that I'm trying to run on Dreamhost that makes use of pony to send email. In order to get the application up and running at the very beginning (before adding pony), I had to gem unpack rack and gem unpack sinatra into the…
darkism
  • 33
  • 1
  • 3
3
votes
1 answer

python: GraphAPIError: Invalid OAuth access token

I'm making a web app in python using the Flask framework to request the access token from Facebook using the SDK supplied in their site. The access token is returned and it is correctly set in the GraphAPI object. However, it is returning the…
Cassio
  • 2,912
  • 2
  • 20
  • 21
3
votes
2 answers

How do I migrate a newer SVN repository to an older version?

I created a local repository using tortoiseSVN a while back. Now I would like to migrate the repository to my DreamHost account. I moved the files over but it seems that DreamHost is using an older version of SVN. when I issue the command svnadmin…
michael
  • 2,577
  • 5
  • 39
  • 62
3
votes
0 answers

DreamHost and CodeIgniter htaccess

I have a CodeIgniter application which is successfully deployed on localhost and justhost without any errors. Now, I need to migrate to DreamHost and place it in the subdirectory: http://mywebsite.com/code_igniter_root/ Now the applications give me…
3
votes
2 answers

'Unexpected end-of-file detected' when deploying Rails app to Dreamhost under Passenger

I'm relatively new to rails apps, but I've got a rails app thats working locally that I'm trying to deploy to a shared hosting server on DreamHost. I've followed all the wiki's and stackoverflow questions, but an answer for this is still eluding me.…
gdavis
  • 2,556
  • 1
  • 20
  • 25
2
votes
3 answers

Gitolite on Dreamhost

I'm trying to install Gitolite as in the http://wiki.dreamhost.com/Gitolite I get the error like : "make_path" is not exported by the File::Path module Can't continue after import errors at gitolite/src/gl-system-install line 5 BEGIN…
kLezer
  • 211
  • 1
  • 7
2
votes
1 answer

How to server static django files using passenger wsgi

Background : Am using Django. Am hosting my site on Dreamhost. Am using Nginx as the web server and passenger.wsgi. Problem: I have read that on production server we should server the static media from outside i.e. should not allow the django and…
Akash Deshpande
  • 2,583
  • 10
  • 41
  • 82
2
votes
2 answers

python paste not displaying error trace

I've set up a Django project hosted on Dreamhost using Passenger WSGI according to their wiki instructions and ran into the problem of internal errors popping up and crashing mod_wsgi. I installed Python Paste by following their instructions to get…
serpah
  • 348
  • 2
  • 9
2
votes
1 answer

Rack / Passenger fails on Dreamhost

I am new to Rails & Ruby and have been following the http://ruby.railstutorial.org/ruby-on-rails-tutorial-book and amy trying to deploy the demo app to my Dreamhost passenger enabled host and when I try to run the app if fails with: Ruby (Rack)…
Dan Tappin
  • 2,692
  • 3
  • 37
  • 77