Questions tagged [vps]

VPS stands for Virtual Private Server and usually refers to a single instance of a virtual machine leased for private running on a shared physical machine.

VPS stands for Virtual Private Server and usually refers to a one instance of a virtual operating system leased for private use on a shared physical machine. The physical machine typically runs a hypervisor which allows multiple of these ("virtual" or "guest") operating systems to share the same physical server.

A VPS runs its own copy of an operating system, and customers have superuser-level access to that operating system instance, so they can install almost any software that runs on that OS. For many purposes they are functionally equivalent to a dedicated physical server, and being software-defined, are able to be much more easily created and configured. They are priced much lower than an equivalent physical server, but as they share the underlying physical hardware with other VPSs, performance may be lower, and may depend on the workload of other instances on the same hardware node.

2257 questions
4
votes
2 answers

How do I figure out why my rails 3 app, using mod_rails, is so slow?

I've developed a small Rails app, using Rails 3.0.0 and Ruby 1.9.2. During test, on my personal computer, it's performance is fine. I put it on my VPS for production, using Apache and mod_rails, and sometimes the performance is horrible. Here's an…
Mark Pundsack
  • 186
  • 1
  • 4
4
votes
2 answers

MongoDB Operation Not Permitted

MongoDB was working perfectly until one day it generated a lock file and stopped starting with the following error: 16-12-28T17:50:14.559+0100 I CONTROL [initandlisten] build environment: 2016-12-28T17:50:14.559+0100 I CONTROL [initandlisten] …
Goodwin
  • 183
  • 2
  • 2
  • 15
4
votes
1 answer

How to access remote node.js app in browser, not on localhost

I'm trying to set up a simple "Hello world" node.js app. I've created the following index.js file: var app = require("express")(); var http = require("http").Server(app); app.get("/", function(req, res){ res.send("

Hello…

M -
  • 26,908
  • 11
  • 49
  • 81
4
votes
1 answer

Virtual Monitor or display on Windows Server 2012 on AWS

I am using a virtual private server (VPS) running Windows Server 2012 R2 Base on Amazon web services (AWS) I am using Python imaging library and win32api to simulate mouse clicks and take screenshots. I would like to be able to do this even when…
4
votes
2 answers

How to create mac vps (virtual private server) and access it via browser

How to create mac vps (virtual private server) and log in to it via browser, I want to be able to create environment like http://www.macincloud.com/, i have os x server but not sure how to set it up so that it can be accessed via browser, reason i'm…
Starlord
  • 313
  • 1
  • 9
4
votes
0 answers

Heroku. Two or more applications in one dyno

I have already bought a dyno on Heroku I use for an application in Rails. Now I need to try 24 hours 24 hours, 7 days out of 7 days, for a whole week, another app that I made for a customer. If the customer will like it then I'll buy a dyno for the…
user4412054
4
votes
2 answers

File does not exist: /var/www/polls

Content of example.wsgi file in /var/www import os import sys import site # Add the site-packages of the chosen virtualenv to work with site.addsitedir('~/.virtualenvs/menv/local/lib/python2.7/site-packages') # Add the app's directory to the…
Ajeet Khan
  • 8,582
  • 8
  • 42
  • 65
4
votes
3 answers

disk space is full by `vda` files, how to clear them?

So I have a VPS and it has whm / cpanel installed. For some reason its giving an error when ever I login to cpanel or visit a site on my server which says the disk space is full. When i check the desk space in WHM it says /dev/vda3 is 100% full. I…
Jamie Warren
  • 123
  • 1
  • 9
4
votes
2 answers

How do you host multiple public facing websites on a VPS?

I have moved this question to serverfault where it might be more appropriate. See https://serverfault.com/questions/128329/how-do-you-host-multiple-public-facing-websites-on-a-vps We host about 30 websites using typical shared hosting plans using…
Petras
  • 4,686
  • 14
  • 57
  • 89
4
votes
2 answers

How to interpret the memory usage figures?

Can someone explain this in a practical way? Sample represents usage for one, low-traffic Rails site using Nginx and 3 Mongrel clusters. I ask because I am aiming to learn about page caching, wondering if these figures have significant meaning to…
Jesse
  • 61
  • 3
4
votes
1 answer

Java Servlet Container on a small VPS

A while back I was using Virtual Private Server (VPS) that had very limited RAM. I used it to host Jetty. It was so slow that it became completely unusable. I believe the main problem was memory-related. I switched the project over to PHP and…
User1
  • 39,458
  • 69
  • 187
  • 265
4
votes
1 answer

Configuring xcache cacher

I've just setup xcache on a vps server. I have the admin section running and it is showing that xcache is running. I am however a bit unsure about some of the settings - the documentation doesn't dwell very far into what each setting mean. Notes…
Ben
  • 20,737
  • 12
  • 71
  • 115
4
votes
1 answer

What's a VPS "looking glass"?

I see this term tossed around everywhere VPS are discussed, but I can't seem to find a definition and I have no idea what it might mean! What's a "looking glass" in relation to virtual private server hosting?
themirror
  • 9,963
  • 7
  • 46
  • 79
4
votes
0 answers

404 Error setting up subdomain with nginx, unicorn, rails

I have a VPS and recently moved my server setup from apache/passenger to nginx/unicorn and added a staging server. If I hit the server directly, http://xxx.xxx.xx.xx, my app comes up no problem. If, however, I hit it with the staging subdomain,…
gmassanek
  • 61
  • 4
4
votes
1 answer

Which is the most appropriate way to host multiple websites in linode?

I just purchased the basic linode package and I am wondering what to do next. I have 5 websites with light traffic hosted on multiple providers and I want to host them all in linode. The question is: Should I host all the websites in separate…
Radolino
  • 1,834
  • 4
  • 26
  • 48