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
1
vote
3 answers

Dreamhost rails deployment

so I uploaded my rails app to my domain on dreamhost and pointed my web directory to public but when I try to load my website page this comes up http://imageshack.us/photo/my-images/204/screenshot20110824at258.png/ I don't know what to do, this is…
1
vote
1 answer

How to remove index.php from the middle of URL Dreamhost

I want to remove index.php from the middle of the URL. I am using Dreamhost Webhosting. And Believe me, Dreamhost Webhosting configuration is very different from others. Normal Webhosting configuration is not working in Dreamhost. Here is the…
MR JHON
  • 21
  • 4
1
vote
1 answer

How to send emails with nodemailer and dreamhost (on Node.js server)

I can't find any helpful posts specific to sending emails from dreamhost using nodemailer. I did find a dreamhost article for sending emails via PHP so maybe that can help point us in the right direction... Either way here's my mailer.ts…
ztrat4dkyle
  • 1,652
  • 2
  • 13
  • 13
1
vote
4 answers

How do you implement simple website redirects?

If you go to www.codinghorror.com, it is automatically redirected to www.codinghorror.com/blog How does one re-direct to the "/blog/"? I'm using Dreamhost Shared Hosting, so my options of configuring the server are limited.
Midas
1
vote
1 answer

Cannot login in with Fluent FTP (Error 530 – Not Logged In), but GUI FTP client works

This block of code is intended to open a connection between local machine and an FTP server. The server is hosted by DreamHost and I don't know if the issue is in my configuration for the target DreamHost's server. The code throws WebException: 530…
Tridib Roy Arjo
  • 26
  • 2
  • 10
1
vote
0 answers

Wordpress + react serverless on same domain

I'd like to get some advice on hosting solutions for my personal projects written with react and one WordPress website. Assuming I have domain named example.com: Show WordPress on the root level, so when someone opens example.com, WordPress renders…
1
vote
1 answer

Deploy Node.js server on Dreamhost

I am going to deploy Typescript(React) app on the Dreamhost. But I don't know how to do that. I can connect by SSH to the server. Should I install npm by SSH then run that? I saw an option about passenger on the Dreamhost server. If I select this…
user14280047
1
vote
1 answer

Can Strapi be installed on a shared server like Dreamhost?

Painfully aware I may be "doing it wrong" but I'm heavily invested in the Dreamhost system, and am playing around with the "shiny new thing" of Strapi, and curious if it can be deployed on a dreamhost shared server (not VPS)? I don't see any…
Trees4theForest
  • 1,267
  • 2
  • 18
  • 48
1
vote
1 answer

SVN Propset for editing Log messages WITH DREAMHOST

So i have an account at dreamhost and have some projects there. Does anyone know how to make it so i can edit log messages. I get this error and since i do not understand how to fix it, and google hasnt seemed to help me, i default to here. Error:…
ThePrimeagen
  • 4,462
  • 4
  • 31
  • 44
1
vote
2 answers

Running Rails and PHP on Dreamhost

Is it possible to run some PHP pages at "example.com" AND also run a rails application at say "test.example.com" on Dreamhost? Has anyone done this? Or do I need to run rails apps on separate domains? Thanks.
Jim Jones
  • 2,767
  • 4
  • 33
  • 39
1
vote
1 answer

Codeigniter Dreamhost with subdomain

I have an application in CodeIgniter, and upload it to a subdomain Dreamhost throws me the following error: An Error Was Encountered Unable to load the requested file: sitio/inicio/index.php I have configured my application as…
1
vote
2 answers

ModSecurity error with Django

I'm trying to access a Django page through a Facebook App (iframe) I made using fb.py on DreamHost and I keep getting an internal server error. Looking in the error logs, this is what I see: ModSecurity: Output filter: Failed to read bucket (rc…
fieryred
  • 105
  • 1
  • 1
  • 8
1
vote
1 answer

Problem with Rake while attempting to install Diaspora on Dreamhost

I am attempting to install a Diaspora pod on my Dreamhost account, following the instructions here: https://github.com/diaspora/diaspora/wiki/Installing-and-Running-Diaspora Everything went smooth until it was time to use Rake in order to set up the…
Gadi A
  • 3,449
  • 8
  • 36
  • 54
1
vote
2 answers

How to run mysqldump on a remote server via SSH.NET without a password warning?

I'm using the following code to export a copy of MySql database on a remove server using SSH.NET: using (SshClient client = new SshClient(sshConnectionInfo)) { client.Connect(); //strCmd is: // mysqldump -h ".dreamhosters.com"…
c00000fd
  • 20,994
  • 29
  • 177
  • 400
1
vote
0 answers

Need help uploading my ExpressJS website to dreamhost VPS

I'm trying to upload my website to my DreamHost VPS but my website isn't showing up once i upload it. I've set the NODE.ENV on my express server/backend to "production". I've installed "compress" and "helmet", i've enabled NodeJS in my panel on…
MCam
  • 79
  • 5