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
7
votes
2 answers

SSH and -bash: fork: Cannot allocate memory VPS Ubuntu

I am hosting my Rails app on Ubuntu 12.04 VPS, Nginx + Unicorn, after deployment everything is fine, but few hours later, when I ssh to the VPS I get this message -bash: fork: Cannot allocate memory -bash: wait_for: No record of process 4201…
user1883793
  • 4,011
  • 11
  • 36
  • 65
7
votes
3 answers

How to deploy a Rails app to a VPS (or dedicated server)?

How can I deploy a Rails app to a VPS (virtual private server) or a dedicated server? It would be nice to have an easy to follow guide. I know about scripts to automate the process, but I think it's better to have everything under control, in order…
David Morales
  • 17,816
  • 12
  • 77
  • 105
6
votes
1 answer

Docker container starting issue: setting cgroup config for procHooks process caused

I'm a little newbie to Docker. I was trying to deploying Hortonworks sandbox on docker but unfortunately, the below error encountered. docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process…
Kesara Wimal
  • 639
  • 13
  • 22
6
votes
1 answer

how to install a node.js server at chat.mydomain.com on a hostgator vps hosting?

I have a hostgator VPS hosting account. I already have a site at my main domain, say mydomain.com now i want to install node.js server for chat.mydomain.com. i need some help installing the node.js server. what i m looking for is, How to setup the…
anjan
  • 3,147
  • 6
  • 26
  • 31
6
votes
2 answers

Mail-Tester.com : Freemail in Reply-To, but not From

I can not solve the problem of spam. I only have 7.6 / 10 on Mail-Tester.com. I specify that I use postfix, and I need it only for the sendings. Here is my result: https://www.mail-tester.com/web-n0z33 Mail-Tester.com tells me that the problem come…
stephweb
  • 125
  • 2
  • 16
6
votes
1 answer

Rails 4: Capistrano development environment instead of production?

I am deploying the production environment of my ruby on rails application with the capistrano gem onto a virtual private server. I run the following command to deploy: bundle exec cap production deploy All seems to be working well unless I try to…
hec
  • 569
  • 1
  • 6
  • 12
6
votes
3 answers

User is not in the sudoers file. This incident will be reported. cap deploy:setup

Newest Update The flag is -p portnumber, but I can't get into root. I got (publickey, permission denied). I sign up for a VPS on DigitalOcean. I am currently going through the tutorial Deploying a Ruby on Rails application using Nginx, Unicorn,…
Jngai1297
  • 2,415
  • 5
  • 29
  • 63
6
votes
2 answers

Is there any performance difference between SQL Server Web and Express editions?

I have a VPS with Windows Server 2008 R2, 1 GB RAM with Dual Processor Quad Core 2 CORES. My sample application is running slower than my current website on shared hosting, when I asked the reason the says following reason: "SQL Server Express…
Sheo Narayan
  • 61
  • 1
  • 2
6
votes
4 answers

Can't enable use of .htaccess in apache2

I have a VPS running ubuntu 12.04. I have apache2 installed and it is serving up webpages from a virtual host without problems. I now need to enable the .htaccess file but I can't get it to work. my .htaccess file is in the same directory as the…
Devin Crossman
  • 7,454
  • 11
  • 64
  • 102
6
votes
3 answers

PHP Websocket server in Linux hosting

I have a GoDaddy Linux hosting , any idea how do I run a websocket server for my HTML5 web app ? Any other recommendation ? I know VPS can do it, but it is costly , any PaaS solution ?
Neil
  • 5,919
  • 15
  • 58
  • 85
5
votes
1 answer

Need help proxying React and NodeJS apps with nginx-proxy on a VPS, in Docker containers

What I'm trying to do is to deploy a dockerized monorepo project (using NX as the monorepo framework) with the Nestjs + React + MySQL + Nginx stack on a VPS. I want the nginx proxy to listen on the host's port 88 (because another stack uses port 80,…
Catar4
  • 198
  • 11
5
votes
3 answers

Server 2008 VPS providers

I am looking for an affordable and reliable VPS solution serving Windows Server 2008. Use case is to run a Continuous Integration build Server for an asp.net mvc site project. Any suggestions?
Cherian
  • 19,107
  • 12
  • 55
  • 69
5
votes
3 answers

Apache2 Django NameError: name "TypeError" is not defined

I am trying to run a django application on VPS via apache2, but I get the following in the website-error file, also 400(Bad Request): Exception ignored in: Traceback (most recent call last): File…
vikAy
  • 314
  • 6
  • 15
5
votes
1 answer

A lot of tracepath commands of postgres user

Why postgres user generates over > 1000 processes of tracepath command? And this uses a lot of CPU resources - up to 40% usage of my process core. My application on ASP.NET Core 3.1 and PostgreSQL v10 server is on one VPS server. Application using…
5
votes
1 answer

Node.js - Error trying to run server.js

Trying to get AjaxIM working on my site with Node.js. I get an error however when I try to initiate server.js Does anyone know what I am doing wrong and how to fix it?? The following output is produced when running this file: -bash-3.2#…
JimmyJammed
  • 9,598
  • 19
  • 79
  • 146