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

My minecraft server running on a ubuntu VPS keeps crashing because "/start.sh" doesn't exist?

I'm running Spigot 1.9.2 on a VPS with Ubuntu. Randomly before I got this error in the terminal and the server shutdown after about 10 seconds. [06:28:22 INFO]: Startup script './start.sh' does not exist! Stopping server. it didn't generate a crash…
CyberhiT
  • 33
  • 1
  • 1
  • 7
0
votes
1 answer

Using External SMTP Wordpress on VPS

I've installed Webmin on my VPS server and also installed Postfix for outgoing mail. I use Ubuntu as Operating System I use SMTP Plugin for my wordpress site. I've set the SMTP Settings with Zoho SMTP and I'm sure all setting are OK. When I try to…
Bobby Fiando
  • 19
  • 1
  • 2
0
votes
1 answer

linking laravel and node app with subdomain

i currently have a running la ravel project,recently i did receive an order to make a web app for client so i made it using MEAN(mongodb,Express,Angular and Node). Unfortunately when i finished the web application the client asked for a…
kenn
  • 1,384
  • 12
  • 19
0
votes
1 answer

Enable Letsencrypt in Debian 9 with Nginx for Gogs

I just installed Gogs on a VPS with the help of the tuto (https://gogs.io/docs/installation/install_from_source). I have a sub domain to reach my gogs instance: git.mydomainname.com and it works: http://git.mydomainname.com goes to my gogs instance…
Nicolas Lemoine
  • 341
  • 4
  • 18
0
votes
1 answer

Icecast2 not logging in access.log

I'm using icecast2 on a Ubuntu 14.04 VPS machine. It is not logging anything in the access.log file. It is complete empty. I need it fixed for using AWStats.
J. Art
  • 1
  • 2
0
votes
1 answer

How can I setup a django site in a vps

I am trying to setup a django site in a VPS, hosted in hostgator. I have done it on a apache server once in a different system. But the httpd.conf file did not have nameserver and multiple enteries for WHM and Cpanel on that system. I followed the…
Lawrence Gandhar
  • 718
  • 8
  • 12
0
votes
0 answers

How can I host my java server on a Tomcat?

I have tomcat installed on vps, everything has been configured, but how do I host my java server on it? What extension should I use and which folder should I put? Or do I need to change something in the Server.java? Here he is: public class Server…
Tenday
  • 111
  • 1
  • 12
0
votes
0 answers

How to log in to Tomcat?

I installed Tomcat on VPS with Ubuntu 16.04, everything works, but I can not log in. At the moment in the file tomcat-users.xml these are the settings:
Tenday
  • 111
  • 1
  • 12
0
votes
2 answers

How to allow user to retrieve file after being processed by MySQL?

I am trying to make a website running on a VPS linux server hosted by Inmotion that allows the user to upload a txt, csv or excel file. After uploading said file, it will be processed with some PHP calling MySQL functions. Everything works up to…
shayne_
  • 3
  • 5
0
votes
1 answer

Codeigniter app in shared hosting can't connect to remote mysql in vps

I have a MySql DB in my VPS that can access by remote. I already try this tutorial to open remote my DB in VPS. This is the link then, I have a CodeIgniter application that must be connected to that MySql DB. There are the scheme: The CodeIgniter…
aisid
  • 1
0
votes
0 answers

How to Install SSL Certificate on VPS using EHCP

I bought SSL Certificate, the CSR and Private Key Codes have been mailed to me. My VPS has EHCP Panel installed on it. how should I proceed, in order to install the SSL on my server. I edited the server.csr and server.key with the codes sent to me…
Umar Emdy
  • 1
  • 1
0
votes
1 answer

Transfer Zend App to new VPS show blank page

I bought a new VPS and I try to transfer my working ZendApp (work in previous hosting with DirectAdmin). Now i install nginx with php5 and mysql i this is my php configuration - works well http://178.216.200.85/info.php I turn on display errors in…
Tomek R
  • 39
  • 3
0
votes
2 answers

Raise Upload Limit

I have a PHP web application and where users a upload files. I need to raise the limit to 2gb on my VPS that has 512mb of memory and 256mb of swap space. I have tried raise the limit by changing upload_max_filesize and post_max_size. It works when I…
Conceited Code
  • 4,517
  • 3
  • 29
  • 32
0
votes
1 answer

Docker inside OpenVZ VPS

I checked https://openvz.org/Docker_inside_CT In my VPS kernel version is 2.6.32-042stab120.11 Hosting confirmed that some of they clients are using Openvz with docker installed in in. So I should be able to run Docker. I tried to find solustion for…
skicek
  • 49
  • 3
  • 7
0
votes
2 answers

How to install PhantomJS on vps?

I tried to use pip install, but it tells cannot find such package. I also see someone say we can use brew and nodejs to install. This is what I tried to install brew /usr/bin/ruby -e "$(curl -fsSL…
Gang
  • 85
  • 2
  • 9
1 2 3
99
100