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

learn more… | top users | synonyms

0
votes
1answer
22 views

Dreamhost long myqsl query execution throws 500 internal server error

help me please... Im trying to execute a mysql query which is almost 37k records long. I have my application at Dreamhost, and I need to execute this query using php from my application to create ...
0
votes
0answers
14 views

324 ERR_EMPTY_RESPONSE when streaming dynamically generated file with Flask

I have a Flask app that works great on my local machine. My app does the following: Gets some data from MySQL Renders a template with that data to make a chunk of text (does not write to disk) ...
0
votes
0answers
15 views

I can't see colors in zsh through SSH [migrated]

I recently moved from bash to ZSH and oh-my-zsh (which is so far wonderful) and installed it in my desktop, laptop and hosting (dreamhost) with a theme called agnoster. I also installed solarized and ...
0
votes
1answer
51 views

How can I get my rails application to start on dreamhost shared server

I have been trying to get this going for a long time and I just can't figure it out. I've used the guide at http://spontaneousderivation.com/2012/09/30/rails-3-2-on-a-shared-dreamhost-server to set ...
0
votes
0answers
37 views

Django sites framework

I want use django sites framework to have multiple sites I can test using development environment as explain here: "sites framework" on a single django instance. I want to create sub ...
1
vote
5answers
64 views

Rails hosting for small photo app

I'm making a small photo-gallery app. The photos will be hosted locally. Right now I use dreamhost but their rails implementation looks horrible. So I'm looking for other options. I know Heroku ...
0
votes
1answer
28 views

haml_coffee_assets/configuration.rb:28: odd number list for Hash (SyntaxError) || Rails/Passenger/Dreamhost

I have been fighting to get a rails app working under passenger in a shared dreamhost server. My latest error is as follows. $ rails console ...
-1
votes
2answers
52 views

output a file based on condition - PHP [closed]

I want to make a PHP file, that get some information about user information (browser, platform, version ...) and if user comes from mobile, I'll output a mp3 file with average size: 20 MB. I expect ...
1
vote
1answer
123 views

Django: 500 internal server error with Passenger on Dreamhost

I have a little issue here. I'm building a project in django on dreamhost (shared hosting). Everything is ok when i'm in debug mode and when i use the built-in server, but when i'm trying to switch to ...
0
votes
1answer
48 views

Domain setup on DreamHost to Heroku

I am moving my rails applications form DreamHost to Heroku. Name servers are still on DreamHost. Here's how I set up: www.mydomain.com: CNAME to mydomain.herokuapp.com mydomain.com redirected to ...
0
votes
1answer
39 views

Missing files listed in error.log

Today I stumbled upon a folder on my web host called 'error.log'. I thought I'd take a look. I see multiple 'file does not exist' errors - there are three types of entries: robots.txt missing.html ...
0
votes
1answer
55 views

Having problems with custom A DNS record on Dreamhost

I host my domains with Dreamhost and want to use Amazon EC2 for the actual websites. I'm trying to edit the DNS on Dreamhost but they have this system where there is an uneditable A record and the ...
0
votes
1answer
44 views

how to run/start redmine in fastcgi in dreamhost

Im using dreamhost (fastcgi as recommended in wiki-dreamhost-redmine) and install redmine over it. With webrick its working perfectly, however i see it's not recomended to keep production in webrick, ...
1
vote
1answer
62 views

Install imagick php module in dreamhost

I'm tryng to install imagick in my VPS at Dreamhost and when I type "phpize" in the imagick-3.0.1 folder I get this: Configuring for: PHP Api Version: 20041225 Zend Module Api No: ...
0
votes
0answers
104 views

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 ...
0
votes
3answers
70 views

simplexml_load_file works on a local machine, doesn't work online

I'm using Deezer APIs $xml = simplexml_load_file('http://api.deezer.com/2.0//search/artist/?q=eminem&index=0&nb_items=1&output=xml'); var_dump($xml); $xml = ...
1
vote
2answers
87 views

Deploying site using Git (Dreamhost) not working

I followed the instructions in this guide to the letter in order to deploy a project to a remote repo using Git. There are no errors when I do this but nothing on the remote site changes. I see this ...
0
votes
1answer
51 views

django unicode url

on deployment (Django + Dreamhost + passenger_wsgi) in my urls.py: url(ur'^(?P<url>.+)/$', 'alp.news.views.blog_dispatcher', name='blog_dispatcher'), the link: ...
0
votes
1answer
132 views

Installing OTRS on DreamHost

I'm using a Debian VPS on DreamHost and wanted to install a feature-rich customer issue-tracking system (not for software development like Bugzilla). OTRS made my shortlist and I followed the ...
0
votes
0answers
36 views

passenger_wsgi.py for Django 1.4 running on Dreamhost with virtualenv

I got a website running in Dreamhost but I haven't been able to run with succesful this website. I already have installed virtualenv, pip, and Python 2.7.3 and I've enabled the passenger on Dreamhost ...
0
votes
1answer
58 views

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 ...
0
votes
0answers
77 views

Python liburl2 timeout; can ping server fine, and wget works fine;

I'm trying to use Python's liburl2 to access the Dreamhost API documented here: http://wiki.dreamhost.com/API Here is my code: request = ...
0
votes
0answers
316 views

PHP Premature end of script headers

I'm running my script in a dedicated server using PHP FastCGI 5.3x in DH. It is a web scraper that iterates through a lot of websites. Its kind of resource and time intensive and after running it for ...
0
votes
1answer
131 views

libmysqlclient_r.so.15: cannot open shared object file: No such file or directory Dreamhost

My rails app was working fine, but recently Dreamhost move out theirs servers (*something like that), now i can't deploy via capistrano.. i got this error message: libmysqlclient_r.so.15: cannot ...
0
votes
2answers
99 views

setting neo4j ram limit?

I am running neo4j on a VPS at dreamhost. I currently have my memory allocation set to 4Gig. I was under the impression that Neo4j would write to disk when it reached a RAM limit, however, my ...
1
vote
1answer
176 views

Sinatra + Passenger + RVM on DreamHost fail to start

I'm having trouble running sinatra server. I installed RVM and wrote a simple sinatra app, sources below. I created public + tmp + tmp/restart.txt folders as well. I followed some answers ...
0
votes
1answer
117 views

Installing imagemagick on dreamhost VPS

I am trying to install imagemagick and rmagick so i can run carrierwave gem with rails. I am on a VPS with dreamhost. Server and installment of gem isn't my forte, i was able to install those gem on ...
-1
votes
1answer
142 views

URL Redirect and Append #Hashtag

My client has gone through a rebrand and has changed their primary URL. I need to redirect all traffic that visits old URLs and send them to the same page on the new URL and ideally append a ...
0
votes
1answer
61 views

is rbenv possible on a shared dreamhost?

Since dreamhost has very old default settings i would like to use 1.9.3 and newer Ruby on Rails. [bayhawks]$ ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] [bayhawks]$ rails -v Rails ...
2
votes
1answer
155 views

Capistrano Attempting To Create /public Directory

I'm currently in the process of attempting my first Rails deployment using Capistrano, and I've run into a roadblock I haven't been able to overcome. During the cap deploy I'm getting an error ...
0
votes
0answers
112 views

Rails mysql database

I am trying to create an app that use mysql. I create the project has follow: rails new appname -d mysql I then when into the folder and did bundle install. and run the app has follow passenger ...
-1
votes
1answer
164 views

Rails server restart

Hi I am followed the following tutorial http://wiki.dreamhost.com/RVM. I got it to start with phusion although it was using sqllite3. I wanted to use mysql database instead and now when i try rake ...
0
votes
2answers
765 views

rake version error when deploying with capistriano: cap shell differs from ssh

I'm deploying my new Rails application to my hosting (Dreamhost). I'm using Capistrano for the deployment. I'm runned cap deploy with no problems When I've tried to run cap deploy:migrations I ...
0
votes
1answer
94 views

Rails Dreamhost SQL server VPS

I have followed the following tutorial: http://wiki.dreamhost.com/RVM. Now if i follow it like with SQLite3 it works great. Although if I try to change to mysql database by placing in the gem file ...
0
votes
1answer
121 views

Heroku app deployment to Dreamhost Passenger problems

I have problems deploying an application from Heroku to the dreamhost VPS solution. I'm using Passenger based on the wiki from Dreamhost to deploy a rails app(based on spree), but im having serious ...
1
vote
1answer
38 views

Deploying Rails github with a SharedServer

I am trying to deploy a Rails application online. My host right now is dream host. Although i am not to sure how to deploy my apps. At the moment i am on a shared server, but i am considering ...
0
votes
1answer
139 views

Shared Server Dreamhost

I am trying to install an app on a shared server. If i understand properly because i am using a shared server, and that Dreamhost doesn't suppose rails 3.2.8 I must use FCGI, although i am not sure ...
-1
votes
1answer
128 views

Max size to upload files in the Dreamhost Passenger

How can I set max size to upload files in the Dreamhost Passenger?
4
votes
1answer
109 views

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 ...
1
vote
1answer
117 views

Rails server dreamhost

I am trying to install rails on dreamhost. I have followed the following tutorial guide http://wiki.dreamhost.com/Getting_Started_with_Ruby_on_Rails. However once i activate the site and go to it, i ...
2
votes
0answers
218 views

DreamHost and CodeIgniter htaccess [closed]

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: ...
2
votes
0answers
223 views

Can't connect to Dreamhost's database

at first sorry for my english, i've a important question to resolve. I'm trying to connect to my dreamhost's database but it's returninng the following error: Can't connect to local MySQL server ...
0
votes
0answers
96 views

Drupal / Server error request exceeded the limit of redirects due to probably configuration error

Getting this error in my server logs, and 500 server errors on the site. Sometimes it takes 30 seconds to load a page. Any ideas? [error] [client 71.35.150.139] Request exceeded the limit of 10 ...
1
vote
0answers
247 views

Mysql Error 1130: Unknown domain connecting to my server

I noticed an odd mysql error while testing a prototype site(containing php and a mysql database) for a client and it has me worried/confused. Forgive me if this is a simple or obvious question but I ...
0
votes
1answer
231 views

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 ...
3
votes
2answers
495 views

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 ...
0
votes
1answer
306 views

RoutingError in Rails application on dreamhost

I want to test sample rails application on shared Dreamhost account, so i have created sample application with ruby 1.8.7, rails 3.2.8 and mysql database. on localhost it works fine, but after ...
1
vote
1answer
89 views

Dreamhost Standalone Passenger with Capistrano not recognizing current/public web directory

I have just set up a VPS at Dreamhost. Installing my first Ruby on Rails application went fine using a clone of a github account to get the code. I did the standalone install of Passenger because I ...
0
votes
1answer
261 views

HTTP Compression Not 100% on Apache (at Dreamhost)

I am trying to get gzip compression working on the site lavenderdiamond.net/home. I've added the following code to my .htaccess but none of the files that are served on my site are being compressed. ...
0
votes
1answer
294 views

Fatal error: Cannot instantiate non-existent class: simplexmlelement

When calling this function: simplexml_load_string() I get this error: Fatal error: Call to undefined function: simplexml_load_string() However, checking phpinfo I have: SimpleXML Simplexml ...

1 2 3 4 5 6