Questions tagged [linode]

Linode is a virtual server hosting business that specializes in Linux boxes.

Linode is a virtual server hosting business that specializes in Linux boxes.

285 questions
0
votes
1 answer

Redirection of subdomain working, but server not found error : Linode

Here is my virtual host : ServerAdmin webmaster@localhost ServerName policy.domain.com ServerAlias www.policy.domain.com DocumentRoot /policy ErrorLog /policy/error.log CustomLog /policy/custom.log…
akshayb
  • 101
  • 3
0
votes
1 answer

deploying meteor on my own domain (ubuntu)

I want to deploy my meteor app on my Ubuntu server, I used meteor.sh and everything went successfully, But i simply can't launch my app from the browser I'm putting my ip address and getting a 404 The requested URL / was not found on this server. I…
Dany Y
  • 115
  • 6
0
votes
2 answers

ubuntu linode server 404 error with django mod_wsgi

I have configured a linode server with apache2 and mod_wsgi.. the server is running wsgi is running postgre is running and syncdb was successful what I am having trouble finishing is actually serving the app.. my file structure: . ├── logfile └──…
user2016117
  • 121
  • 3
0
votes
3 answers

Ubuntu server hanging and can't find cause

I have a Ubuntu 12.04 512mb VPS server running on Linode. I have it setup to serve about 6 Wordpress powered websites. For a few weeks now it has crashed daily, 2-3 times. Linode automatically reboots the machine, but if I disable that I either…
Jon
  • 125
  • 1
  • 7
0
votes
2 answers

Connection refused when running rhodecode through nginx

Instead of seeing the rhodecode page when visiting repo.xxx.com I get a 502 (Bad Gateway). Here is the nginx error.log entry. 2013/03/14 21:48:33 [error] 11207#0: *3 connect() failed (111: Connection refused) while connecting to upstream, client:…
John
  • 233
  • 1
  • 2
  • 9
0
votes
3 answers

Company server setup - security and ssh

I currently manage a server at RackSpace for my company, and am planing on switching to Linode in the next month or so, for a better server and to save some money. In the process of switching, I am going to rebuild our entire system image to…
Matt Clark
  • 685
  • 1
  • 10
  • 26
0
votes
1 answer

VPS Web Server - Single or Multiple Users

I want to start the process of learning to manage my own server and leave cPanel / WHM behind. I've just purchased a VPS (Linode) running Ubunutu. I'm going to he hosting multiple sites on there under a LAMP stack. Anyway, my question is, is it…
0
votes
1 answer

How to change Linode IP to open different website?

I have a LINODE 512 account (Ubuntu 10.04 LTS) where I have got 1 IP. Using /etc/apache2/sites-available (enabled) I have hosted 4 websites, which is working very well. But the IP address I have got gets associated with the latest website I create…
seopower
  • 1
  • 1
0
votes
2 answers

multiple ip for a server not reachable

FYI: I've read everything on Serverfault related to this question and have faced a different issue. Simply put, I've got one server (apache2) with couple of sites on it. It currently has 1 ip. I'm trying to assign/add another ip to that server, so I…
andrewk
  • 163
  • 8
0
votes
1 answer

Linode setup via Chef

I'm working on setting up a Linode VPS from scratch but instead of doing it manually I wish to use Chef so I can easily automate it in the future. The question I have is: I realise you can set up packages and whatever but how do you accomplish all…
rctneil
  • 103
  • 6
0
votes
1 answer

how to use Linode to host multiple web apps - RoR and PHP

I have a Ruby on Rails application and a couple of PHP projects nearly complete (all using MySQL) that I'd like to host on a Linode server and need some help with what I'd need to install and configure to do this. They would each have their own…
0
votes
1 answer

Setup nginx for serving static only via a subdomain

All I want to do is to set up a nginx server to serve static files ONLY. This nginx server sits behind a HAProxy, and HAProxy directs all the requests for static files to this nginx server. I have already created a subdomain: static.mysite.com…
MLister
  • 211
  • 1
  • 5
  • 12
0
votes
3 answers

Switching Servers, SSL domain, one vps?

Feeding off of this post. I have a domain with Dreamhost and i've purchased SSL certificate for it. I am moving over the server files to Linode but and setting the DNS in dreamhost to point over. Linode provides a ip but it's not dedicated. What is…
ThomasReggi
  • 621
  • 2
  • 10
  • 25
0
votes
3 answers

Secure copying (file transfer) between two Linux servers in the same datacenter (Linode)

I have two Linodes in the same data center. I want to copy files from one to the other each night or on demand (for about the next month, until this project is finished). So I'm thinking about using rsync. My question is how do I set up the two…
MountainX
  • 701
  • 3
  • 12
  • 25
0
votes
3 answers

What database server will benefit from 4 CPUs

I use MySQL server on Debian GNU/Linux machine with 4 CPUs (Linode 4096) and there are performace issue on havy load (in the middle of the day) but machine is not overload only queries are slow. What other database I can use that will use those 4…
jcubic
  • 230
  • 1
  • 4
  • 15