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
6
votes
1 answer

How to deploy a Rails app to Dreamhost?

I'm kind of lost, I try to deploy my application on a shared dreamhost server. Now everything works fine locally. It's my first try at Rails, and I'm not really a programmer or sysadmin, just hacking something together. On Dreamhost, if I start…
Roland Studer
  • 4,315
  • 3
  • 27
  • 43
6
votes
1 answer

SSH key on dreamhost

I am trying to setup an SSH key pairing with dreamhost and my local machine. I'm using git bash as my terminal (which uses mingw32) I can ssh myusername@mysharedserver.com and I'm asked for my password. I have already created RSA keys on both my…
Alex Waters
  • 4,130
  • 3
  • 24
  • 31
6
votes
0 answers

Dreamhost SVN Server Error: E175002

I tried googling this but I haven't come up with anything. I set up an SVN server using Dreamhost's system and it said everything was created successfully. But now when I try to import (note that I am replacing mysite.com with my actual site): svn…
user974967
  • 2,928
  • 10
  • 28
  • 45
6
votes
1 answer

Custom Domain With Heroku with a CNAME record - not working

I used the heroku guide to setting up a custom domain to set up a custom domain for a Heroku app, however, the custom CNAME record I set up at Dreamhost isn't working correctly. The website for my app (myappname.com) shows the Heroku page that says…
austriker
  • 111
  • 8
6
votes
2 answers

How do I figure out what user & group Apache is running as?

On DreamHost shared hosting, I'm setting up htpasswd, but Apache does not have permission to read the file. How do I give it permission? I want to either change the owner or group of the .htpasswd file instead of giving it insecure permissions. I…
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
6
votes
5 answers

Deploying Django at Dreamhost

I'm trying to get the Poll tutorial working at my Dreamhost account (I don't have any prior experience of deploying Django). I downloaded the script I found here (http://gabrielfalcao.com/2008/12/02/hosting-and-deploying-django-apps-on-dreamhost/)…
Imran
  • 87,203
  • 23
  • 98
  • 131
6
votes
2 answers

How to set up .htaccess to redirect HTTP to HTTPS equivalent?

I’m using Dreamhost and have secure hosting and a secure certificate. I’m trying to redirect a plain HTTP site to an HTTPS site. I’m a bit confused about doing it. I want to make http://www.example.com/ redirect to https://www.example.com/ What do I…
6
votes
2 answers

Script to install and compile Python, Django, Virtualenv, Mercurial, Git, LessCSS, etc... on Dreamhost

The Story After cleaning up my Dreamhost shared server's home folder from all the cruft accumulated over time, I decided to start afresh and compile/reinstall Python. All tutorials and snippets I found seemed overly simplistic, assuming (or…
tmslnz
  • 1,801
  • 2
  • 15
  • 24
6
votes
1 answer

How do I point my DreamHost DNS registered website to my EC2 instance?

I have a domain registered with Dreamhost I have an EC2 instance with the site running (that I can access by its IP address) I'm using Amazon Route 53 for a hosted zone I have pointed my DreamHost name servers to the ones provided by Amazon (and it…
The Puma
  • 1,352
  • 2
  • 14
  • 27
5
votes
2 answers

internal_error.html with rails 3 app on DreamHost

I have a rails 3 app on DreamHost. Randomly I get an error like the following. Started GET "/internal_error.html" for ... ActionController::RoutingError (No route matches "/internal_error.html"): I created a sample page. It just posts data and the…
Sam Kong
  • 5,472
  • 8
  • 51
  • 87
5
votes
0 answers

wp_mail vs php mail()

I'm trying to solve a problem with email being sent from a WordPress site, hosted on GoDaddy with its MX record set to a Dreamhost.com mail server. Email addressed to the site's domain (me@mysitesdomain.com) will not go through, yet email to any…
lenrooney
  • 73
  • 1
  • 10
5
votes
2 answers

Installing Compass & Sass on Dreamhost

I would like to get going with Compass and Sass on my Dreamhost webspace. Unfortunately it is not part of the provided standard gems so the installation appears to be more complicated. Does anyone have hands on experience with installing and running…
Bernd
  • 11,133
  • 11
  • 65
  • 98
5
votes
3 answers

Adding an application to hosted Django project

I've poured over the site for a while now, and haven't found a resolution that works for me. Long time listener, first time caller. I have an existing Django application (based on the Django documentation sample site including 'polls'). I've moved…
Thew
  • 61
  • 9
5
votes
4 answers

Unpacking gems [Rails 2.3.5]

I have the following gems defined in my environment.rb file: config.gem "authlogic" config.gem "paperclip" config.gem "pauldix-feedzirra", :lib => "feedzirra", :source => "http://gems.github.com" config.gem 'whenever', :lib => false, :source…
Yuval Karmi
  • 26,277
  • 39
  • 124
  • 175
5
votes
4 answers

Including ~/opt/lib libraries in a Passenger Rails App

I'm having trouble getting a rails app on Dreamhost's Passenger to see compiled libraries in my ~/opt/lib directory. I have to put them here because I don't have root access. I can boot up my app in ./script/console and it sees them libraries…
Kevin Colyar
  • 818
  • 1
  • 8
  • 18
1 2
3
32 33