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

My Apache site is suddenly 403'ing me and everyone

So starting a few days ago my Apache site, hosted on a VPS box, has suddenly started throwing 403 to anyone and everyone. I can log into the box just fine Selinux is still disabled like it should be and the permissions for Apache are all as they…
0
votes
1 answer

IP Load Balancing - Number of requests limit

I want to configure IP Load Balancing service for our VPS. I have got the documentation at http://docs.ovh.ca/en/products-iplb.html#presentation where I can integrate it. I want to limit the number of requests on each server (S1, S2). How can I…
Ghulam Akbar
  • 540
  • 5
  • 19
0
votes
0 answers

FileWrite on MQL5 VPS

I have an mt4 account hosted on a VPS of mql5 community. I have it setup such that it'll write the history of trades on a csv every OnDeInit() [FileWrite function used]. While the Home Computer is on, it will monitor the trades. The VPS EA will also…
0
votes
2 answers

Process killed after closing terminal SSH

I'm trying to clear facebook cache on my server every 2 seconds so i logged in the SSH and i run this command while true; do sleep 2; curl -F id="http://twd.ma" -F scrape=true -F access_token='token' -F appID=appID https://graph.facebook.com; done…
user8715344
0
votes
1 answer

Deploy nodejs REST API on Amazon vps

I have an account Amazon VPS. I wanna deploy REST API on it. But, I have a problem when trying to deploy. It runs stable on localhost. Could you please help or give me some advice?
Nguyen Duc Quy
  • 145
  • 1
  • 12
0
votes
1 answer

How to Runn a Website on linux vps

I recently have bought a centos 7 VPS server and i want to upload my php website to it. It's completely different than a hosting. How should I do it? It would be appreciated if you explain for me these things how to connect a domain to my to my…
0
votes
0 answers

Run Ruby on Rails on VPS BlueHost

I just upload all my Ruby on Rails into BlueHost VPS Server. I already setup the application and command "rails s" is working. But when I tried to access the application, I got 404 error. I tried : 1. /APPNAME:3000 2.…
Irwan
  • 543
  • 1
  • 5
  • 18
0
votes
1 answer

Send your IP to VPS through Python3 socket module

I am working on a way to control my laptop from my VPS (in python3). So far, I have some code which (on the laptop) accepts batch commands from the server via a socket and (on the server) can send out commands to the specified IP via a socket. My…
user9123
  • 581
  • 1
  • 10
  • 21
0
votes
0 answers

Deploy ASP.NET Core on a cheap Ubuntu VPS

I have a limited Ubuntu VPS(512MB RAM, 20GB Hard Drive) and limited bandwidth, Docker Containers are about 1 or 2 GB. Is there a way to optimize these images for deployment in reasonable amount of time?
Mahfoudh Arous
  • 11
  • 1
  • 1
  • 3
0
votes
1 answer

Easiest way to deploy ASP web app on ubuntu VPS?

I already deployed a web app on MS Azure, it was almost one click installation. Is there a similar way to deploy ASP .Net web app on DigitalOcean.com Ubuntu VPS without Docker?
Mahfoudh Arous
  • 11
  • 1
  • 1
  • 3
0
votes
1 answer

Nginx location doesn't work as expected

I have two angular projects in my VPS, the main project is found at /home/first_app/, the second one is at /home/second_app/ This is my nginx conf: server_name www.my_domain.com my_domain.com location /second_app { alias /home/second_app/dist; …
Trong Lam Phan
  • 2,292
  • 3
  • 24
  • 51
0
votes
1 answer

I am getting 404 error for my laravel site

I am getting error for my laravel website such as, Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I have checked my .htaccess file which is in correct way,and I have checked with my…
0
votes
1 answer

Windows hosting solutions (VPS and dedicated)

I am confused over hosting solutions for windows. I am looking for VPS as well dedicated which is reliable and great customer service. I am feeling there are very few options available for windows hosting as compare to linux. I need suggestion for…
Mahesh
  • 1,754
  • 7
  • 36
  • 54
0
votes
1 answer

How To Keep a C++ Program Running 24/7 On a VPS

I have a VPS on DigitalOcean.com using Ubuntu and I was wondering how I can keep a program running 24/7 after I exit out of the terminal.
John
  • 79
  • 1
  • 9
0
votes
2 answers

PHP - can not connect to remote mysql database

I have a problem connecting to my mysql database on another server from my VPS, connecting to localhost mysql works fine. This is my PHP script:
J. Doe
  • 17
  • 2
  • 5