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
1 answer

Can OpenVZ templates be used for KVM?

Chatting with the Hostens hosting provider I was told that for their KVM VPS they use OpenVZ templates. I wonder if this is a common practice or whether KVM should have its own templates. For a totally inexperienced point of view, since they offer…
Asarluhi
  • 1,280
  • 3
  • 22
  • 43
0
votes
1 answer

CWP Php Switcher

VPS on my server, centos 7 and cwp (Centos Web Panel) board. I'm coding Codeigniter 3.x project. CWP There are php (5.5-7.1.9) options as php selector. I need to get my php version to 7.x. like here enter link description here is successfully…
ozan
  • 1
  • 1
0
votes
1 answer

Bitbucket pipeline ipv6 VPS

I've got a problem. I want to use pipelines on BitBucket to deploy to my VPS whitch is ipv6. My .yml is exactly like this: image: samueldebruyn/debian-git pipelines: default: - step: script: - apt-get update -…
Jan Vacek
  • 21
  • 2
0
votes
1 answer

Error #1045 when accessing db from another computer on another network

I'm trying to do a MySQL db on a vps computer and reach it from my pc. From the vps (with Windows remote access) I can log in and do what I want, but when I try to log in from my computer (which is on another network) it gives me error #1045. The…
0
votes
1 answer

Config Apache to Use VPS as a Browser Proxy

I am from a country with severe internet censorship. I want to surf the internet freely. I have a VPS installed with CentOS5.5 and Apache 2 in U.S. Assume the VPS has the IP 12.34.56.78. I want to config it as a browser proxy, like this:…
DocWiki
  • 3,488
  • 10
  • 39
  • 49
0
votes
1 answer

CentOS VPS show time same as in India though situated in US

If right now VPS situated in US shows time "Mon Sep 25 20:23:56 UTC 2017", my local machine in India show time "Mon Sep 25 20:25:36 UTC+5:30 2017"(appx 2 minutes early on VPS). My problem is When I save date to mongodb remote it save as "createdAt"…
Ankur Soni
  • 5,725
  • 5
  • 50
  • 81
0
votes
0 answers

How to point child domain to specific port on localhost in windows server 2008 VPS?

I have a VPS which is running Windows server 2008 datacenter with one Static IP address. I can access from Internet to my web services by specific port e.g mydomain.com:3000/api and mydomain.com:4000/api. I want to change this web services access…
RSA
  • 1,417
  • 4
  • 22
  • 37
0
votes
0 answers

nginx : having issue with setting up multi domain on single ip(vps)

so my vps is running ubuntu 17.04 and i have configured my dns pointing to my vps on both domain @ here is my nginx folder structure this is my server block code for w3saver.com filepath: /etc/nginx/sites-available/w3saver.com `server { listen…
Kartik Garasia
  • 1,324
  • 1
  • 18
  • 27
0
votes
3 answers

Temporary URL working fine, But the domain when pointed to the site shows CWP HTTP test page

I installed CentOS7 on Amazon EC2 instance, I also installed latest version of CWP(CentOS Web Panel). I created a new user 'myuser'. I associated a domain 'myuser.com' with the user. I uploaded the website files into '/home/myuser/public_html/' and…
0
votes
0 answers

vuejs not working on the vps

the initialized app using [vue init webpack my-project] compiles successufly on the vps but when visiting servername:8080 it renders nothing, the terminal log: DONE Compiled successfully in 3245ms Listening at…
0
votes
0 answers

My single ElasticSearch node for local access on a VPS is closing down after bootstrap checks

I'm trying to run ElasticSearch on a VPS, Virtual Private Server. I'm not expecting many simultaneous search requests at this stage so I'm simply trying to run one single node and communicate with it locally inside the VPS using curl(localhost:9200)…
eth
  • 31
  • 1
  • 6
0
votes
2 answers

SSH and FTP showing different files

I am using a host to try and deploy my Django site but I am confused by the SSH vs. FTP. Background info: I got the IP address, name and password from my host for the VPS. I logged in using the same information via Putty and via WinSCP. Both show me…
j s
  • 1
0
votes
2 answers

BIND DNS - Virtualmin on new VPS

Sorry if this question is a duplicate but I'm very confused and tried finding solutions online and testing for a few weeks already. This question deserve a thread because it's a VPS server by a new provider, and they don't have a KB on it. I bought…
dswong
  • 495
  • 1
  • 4
  • 17
0
votes
0 answers

Upgrade MySQL 5.1.73 to 5.5 on VPS (OVH)

I'm a starter to SSH-ing to VPS. OVH VPS environment: Server OS: CentOS 6.9 OVH Control Panel Release: 3.36 PHP: 5.6.31 (by default it was 5.3 and managed somehow to update) I used, Yum Repository and RPM to upgrade PHP and worked. HOwever not sure…
Coms
  • 1
  • 1
0
votes
0 answers

vps ubuntu server enable mysql

I'm trying to enable mysql on vps ubuntu server(Joomla installation stops on database page I'm getting Error Could not connect to the database. Connector returned number: Could not connect to MySQL.). I assume that is because I couldn't enable…
folkstorm
  • 15
  • 7