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

Hosting MusicBot on Heroku

I'm trying to insall this Music Bot application. It works as an application for Discord that plays music upon request. I've been trying to figure out any way of putting those files into a Heroku account so that it would run on my Discord server…
Joshua Liu
  • 41
  • 1
  • 4
0
votes
1 answer

Java Error 26011 - Unpacking RT Failed

im trying to install Java on my windows 2003 VPS, it keeps coming up with the error "26077 - Unpacking RT Failed", i have 9.50GB left so its not a space problem. Any ideas? Lewis
0
votes
1 answer

getting Permission denied(publickey) error upon git clone into VPS using ssh

I have copied the public key from my local machine into the authorized_keys file into my user's ssh directory on the VPS. But when I do git clone I get and Permission denied(publickey) error I get this log when I run ssh -Tv…
Sam
  • 497
  • 1
  • 10
  • 34
0
votes
0 answers

Postgresql migration (from local machine to digital ocean)

I want to move my local Postgresql database (preloaded with data) into my digitalocean droplet. 2 challenges I'm facing: the /data/base/25760 is the folder with my data, do I SCP this directly into Digital Ocean Root/home/django/django-project? How…
myexp factory
  • 57
  • 3
  • 5
0
votes
2 answers

There was an error while restarting Apache Service on Webuzo Panel

I'm facing an issue where I can't restart the apache server or starting it. The error says "There was an error while performing the operation". I don't know what causing this problem. Maybe someone can help me to solve this problem ? Thank…
K. Pradnyana
  • 77
  • 1
  • 1
  • 12
0
votes
1 answer

How to install nginx,php and laravel on centos6.9?

I have purchased godaddy vps server and on that I want to install nginx,laravel and php. I was trying to install nginx I am getting issue: nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (2: No such file or…
0
votes
1 answer

How to make Virtual Private SQL server renting service with a single server?

May i know is there any software supporting this task ? or probably how people providing SQL server renting service ? implementing "virtual" and "private" SQL server for developer which allow them to remote access their server...
1myb
  • 3,536
  • 12
  • 53
  • 73
0
votes
1 answer

Linux VPS harddisk showing 390 GB data out of 500GB

My Linux VPS harddisk showing 390GB data used out of 500GB, but when i see in my whm panel its showing only 22GB harddisk used, how can i check and solve the problem. Please find the attached image also. whm panel server
0
votes
1 answer

Django website on VPS with WHM CPanel

What's the difference between mod_wsgi and mod_python. In order to publish django websites on VPS, which one should I install on VPS?
0
votes
1 answer

PHP XLSX wrong MIME type detected

I am trying to detect the correct MIME type for XLSX files on upload but nothing seems to work for me so far. $allowed_mimes = [ 'pdf' => 'application/pdf', 'png' => 'image/png', 'jpg' => 'image/jpeg', 'xls' =>…
0
votes
1 answer

Apache Admin/Manager page lost after adding Virtual Hosts

I wanted to host a couple of websites (and apps) on the same VPS, so my idea was to have it like this: Site 1 - HTML content only Site 2 - PHP and HTML content Site 3 - Java / SpringBoot app Site 4 - Python app Site 5 - Java / SpringBoot app So…
milosmns
  • 3,595
  • 4
  • 36
  • 48
0
votes
1 answer

Secure first time setup of nextcloud

I want to setup a Nextcloud on my personal VPS. To do the first time setup, I have to access the webserver via my browser and it says I should do it over http://localhost/nextcloud/ (Nextcloud Installation Wizard (Right in the beginning), but this…
dave
  • 117
  • 2
  • 3
  • 13
0
votes
2 answers

WordPress - WP Super Cache Unable to write on wp-config

After changing all the WordPress permissions to 777 and assigning them to group of apache:apache still Wp Super Cache plugin can't change the wp-config.php I don't know why! My server is : CentOS 7 PHP 71 Apache MariaDB Apache Error Log: [Thu Nov…
Adnan
  • 814
  • 12
  • 38
0
votes
0 answers

APACHE AND PHP PERMISSIONS

So for a project i Made i setup multiple subdomains, I Have: website.me And i Have: play.website.me My php code in the subdomain (htdocs/client/index.php) = recuire_once '../Global.php'; But it says that i DONT Have PERMISSIONS to access the php…
0
votes
1 answer

My whm said jsp doesn't work on their economy plan(Shared hosting), take a vps. Why is it so?

I have a domain and we are trying to deploy a webapp we developed to our hosting server. We got economy plan on web hosting provider. Later found out we don't have much of access as well as our JSP files not working and no access to servlet or…