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

What's the difference between Rack and Passenger?

I'm trying to deploy a Sinatra app to Dreamhost and it says the following: Since DH supports Passenger, which in turn supports Rack-based ruby applications, DH does indeed support Sinatra. I'm having difficulty parsing that statement -…
Yen
  • 2,176
  • 3
  • 19
  • 27
11
votes
5 answers

"Allocation of JIT memory failed, PCRE JIT will be disabled" warning in PHP 7

I'm transitioning my website from PHP v.5 installed on a shared web-hosting account (at DreamHost) to run on PHP 7.3.11. After transition, I started noticing that once in a while I get these warnings: Warning: preg_match_all(): Allocation of JIT…
c00000fd
  • 20,994
  • 29
  • 177
  • 400
11
votes
2 answers

composer update "process killed"

I tried to execute: composer.phar update And received: Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 71 bytes) in phar:///home/xxxxxxx/bin/composer.phar/src/Composer/DependencyResolver/RuleSetGenerator.php on line…
Undefined Behavior
  • 2,128
  • 4
  • 24
  • 34
9
votes
2 answers

How to use Zend_Mail_Transport_Smtp with hosted Google Apps?

So I'm under the impression that bad things will happen if I don't use Zend_Mail_Transport_Smtp when sending lots of emails. Problem is...I can't figure out how to set it up. I am using Google Apps hosted email for my domain. So to access my email,…
Andrew
  • 227,796
  • 193
  • 515
  • 708
9
votes
2 answers

How to set memory_limit php 5.3 on Dreamhost

I'm currently using dreamhost to host my webiste. However an application i'm using requires a higher memory limit then the default for 90M. I'm relatively new to this and I've tried the following to try to modify the php.ini file but without any…
darewreck
  • 2,576
  • 5
  • 42
  • 67
9
votes
4 answers

installing Radiant on DreamHost

I am attempting to install Radiant on DreamHost, and when I get to the point where I do this: radiant mysitename It starts to install, then I get this error /vendor/rails/activesupport/lib/active_support/dependencies.rb:55: uninitialized…
naspinski
  • 34,020
  • 36
  • 111
  • 167
9
votes
2 answers

Web2py default app

I am planning to publish my site soon on Dreamhost using passenger WSGI as mentioned in the dreamhost setup documentation. My issue is that I am wanting www.mydomain.com to go directly to my new application, instead of needing to go to…
chills42
  • 14,201
  • 3
  • 42
  • 77
8
votes
4 answers

Deploying Django app using passenger

I can get through everything on their wiki - and then I'm lost. http://wiki.dreamhost.com/Django I have a blank Django template, and whenever I try to change anything I get a 500 internal server error. I have completely developed my django app…
brandonmat
  • 203
  • 3
  • 10
8
votes
1 answer

Django with Passenger

I'm trying to get a trivial Django project working with Passenger on Dreamhost, following the instructions here I've set up the directories exactly as in that tutorial, and ensured that django is on my PYTHONPATH (I can run python and type 'import…
raviv
  • 83
  • 1
  • 3
8
votes
2 answers

Deploying Ruby on rails on Deamhost fails

I'm trying to deploy a simple Ruby on Rails app to dreamhost but I'm getting an error related to the bundle command. Here is the error: servers: ["bullseye.dreamhost.com"] [bullseye.dreamhost.com] executing command command finished *…
Sayed Ibrahim Hashimi
  • 43,864
  • 17
  • 144
  • 178
8
votes
6 answers

No such file to load bundler error for Rails 3

I have a Rails 3 app ready for staging. I haven't got a VPS host set up yet. As I was planning to have everything on shared host for the first few months. Problem: cd myapp bundle check result: The Gemfile's dependencies are satisfied Passenger…
kgpdeveloper
  • 2,099
  • 4
  • 25
  • 34
8
votes
5 answers

CakePHP 500 Internal Server Error

i am getting 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 administrator, webmaster@strivemedicare.in and inform them of…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
8
votes
9 answers

Bypassing rack version error using Rails 2.3.5

I'm currently on Dreamhost attempting to run a Rails 2.3.5 app. Here is the situation, Dreamhost's servers have Rails 2.2.2 installed. Of course, I can't update a shared host's rails version, so I froze my Rails in vendor. Rails 2.3.5 requires the…
Matthew
  • 5,435
  • 6
  • 25
  • 29
7
votes
5 answers

Does anyone had success getting Django to send emails when hosting on Dreamhost?

Greetings, Does anyone know what are the required fields to have Django send emails when a "500 Internal Server Error" happend? I am hosting my project on Dreamhost and for the life of me I can't get Django to send emails. What are the required…
letsgofast
  • 257
  • 1
  • 3
  • 7
7
votes
2 answers

Rails console vs server differences on production server

Having deployed a very basic Rails 3.2.3 trial site to a "production" server (not really in production, thankfully!) with RVM Ruby 1.9.3-p194, I find the following to be true, of the commands listed…
user82216
1
2
3
32 33