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
4
votes
4 answers

Handling Incoming Mail to Multiple Recipients in PHP

Alright, this may take a moment or two to explain: I'm working on creating an Email<>SMS Bridge (like Teleflip). I have a few set parameters to work in: Dreamhost Webhosting PHP 5 (without PEAR) Postfix MySQL (If Needed) What I have right now, is…
Navarr
  • 3,703
  • 7
  • 33
  • 57
4
votes
2 answers

How to get QUERY_STRING in perl mason CGIHandler?

I need to do some maintenance on a Mason site that was working well at one hosting company, but needs to be moved to another. The new hosting company doesn't support ApacheHandler, so I'm changing the code to CGIHandler. Unfortunately, I no longer…
Alain Collins
  • 16,268
  • 2
  • 32
  • 55
4
votes
3 answers

Why is this line breaking Rails with Passenger on DreamHost?

Ok, so I have a Rails app set up on DreamHost and I had it working a while ago and now it's broken. I don't know a lot about deployment environments or anything like that so please forgive my ignorance. Anyway, it looks like the app is crashing at…
Frew Schmidt
  • 9,364
  • 16
  • 64
  • 86
4
votes
1 answer

Bash script to clean up old backup files

I use a 12+31 backup system -- that is, I keep one file from each month for the past year, plus one file for each day of the current month. I'm having a hard time figuring out how to build a bash script that will do the following cleanup: search a…
CristosLC
  • 412
  • 4
  • 16
4
votes
3 answers

Using Google App Engine With My Dreamhost Registered Domain

I have registered a domain example.com using dreamhost, and currently have a standard wordpress blog set up on www.example.com. I'd like to have appengine.example.com point to my Google Appengine application, but am having some difficulty doing so.…
oli
  • 3,541
  • 1
  • 27
  • 34
4
votes
1 answer

Executing 'git pull' from SSH in Dreamhost to GitHub without password

I am having difficulty SSH'ing git commands (e.g. git pull) without having to GitHub enter username and passcode. I can SSH into my Dreamhost server and manually run git pull. I then have to enter my GitHub username and passcode. This is fine and…
JsusSalv
  • 517
  • 1
  • 8
  • 22
4
votes
3 answers

Unexpected character in input: '\' while installing Laravel 4 in a dreamhost account

I've been trying for the last hours to install Laravel 4 on my dreamhost account but I keep getting this error: Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/user/test/artisan on line 46 Parse error: syntax error,…
juanlu
  • 398
  • 1
  • 3
  • 12
4
votes
2 answers

How do I use rvm to install ruby on a dreamhost shared server?

I've been following the guide here: http://spontaneousderivation.com/2012/09/30/rails-3-2-on-a-shared-dreamhost-server/ to get rails 3.2 and ruby 1.9.3 running on a dreamhost shared server but I encounter an error which they don't mention. Upon…
Stuart
  • 237
  • 2
  • 8
4
votes
1 answer

django email settings on dreamhost

Greetings fellow djangonauts My Django app is working nicely on dreamhost. When I use gmail, both code error notifications and send_mail() from within my views work fine. When I use my dreamhost email and settings, I am able to use send_mail() from…
sammy
  • 87
  • 6
4
votes
6 answers

Problem connecting to svn (400: Bad Request)

Summary: I'm having some svn trouble, and after "debugging" it for a while, I'm not sure where to go from here. I figure someone else might have run into this problem before. The problem appears to be that I'm behind a transparent proxy my ISP uses,…
Edan Maor
  • 9,772
  • 17
  • 62
  • 92
4
votes
1 answer

PHP fatal error referencing a filepath and file that doesn't exist

I'm developing a website that's getting the following error code: Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 1439957 bytes) in /home/user/domain.com/libraries/joomla/cache/controller.php on line 224 Now, I might…
Kyle C.
  • 53
  • 5
4
votes
1 answer

Django Static Files on Dreamhost

I have a Dreamhost shared server hosting Passenger Python/Django. Currently I have a global folder (/public/static, /public/media) that collects non-python files. When I do "collectstatic" all my app's */static files get copied over to the global…
Exegesis
  • 1,028
  • 1
  • 18
  • 47
4
votes
2 answers

rails 3.2.8 ruby 1.9.3 on DreamHost shared hosting fcgi RMagic issue

Using the following guide http://spontaneousderivation.com/2012/09/30/rails-3-2-on-a-shared-dreamhost-server/ I managed to get my Rails 3.2.8 application with Ruby 1.9.3 up and running on Dreamhost shared hosting using fcgi (i know it is not the…
pawurb
  • 516
  • 6
  • 19
4
votes
3 answers

Git / Rails / Shared Hosting (Dreamhost) workflow

This is primarily a question about effective Git usage. I should first say I'm not an expert in Rails (at least in a production sense) and definitely a Git newbie, however, I have had some experience using SVN. My problem is that I am trying to…
trinth
  • 5,919
  • 9
  • 40
  • 45
4
votes
3 answers

CakePHP 500 Internal Server Error on Dreamhost

When i try to host the CakePHP site on my server on DreamHost i get the following error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529