Questions tagged [virtual-server]

A server, usually a Web server, that shares computer resources with other virtual servers. In this context, the virtual part simply means that it is not a dedicated server-- that is, the entire computer is not dedicated to running the server software.

A server, usually a Web server, that shares computer resources with other virtual servers. In this context, the virtual part simply means that it is not a dedicated server-- that is, the entire computer is not dedicated to running the server software.

Virtual Web servers are a very popular way of providing low-cost web hosting services. Instead of requiring a separate computer for each server, dozens of virtual servers can co-reside on the same computer. In most cases, performance is not affected and each web site behaves as if it is being served by a dedicated server. However, if too many virtual servers reside on the same computer, or if one virtual server starts hogging resources, Web pages will be delivered more slowly.

79 questions
1
vote
1 answer

Can I deploy a war in Glassfish 3.1.1 from any GF plugin for Eclipse into a virtual server?

I currently export war files and deploy them with GFish console. I wonder if I can directly deploy into Glassfish 3.1.1 using one of multiple GFish adapters for Eclipse. These work fine when doing a simple deploy on a directory context root, but I…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
3 answers

Running Python bot on Ubuntu (file or directory not found?)

I run a discord.py bot on my windows machine but I can't run the same bot on Ubuntu. I get a "file not found error" for this line, which is one of the earliest in the bot: storm = json.load(open(r'jsons\storms.json', 'r'))['wind'] But it does exist.…
Break
  • 332
  • 3
  • 19
1
vote
1 answer

Virtual machines VS Virtual Servers

I know that we can divide a server or a computer into many virtual machines using a hypervisor - but the question is how a virtual machine is different from a virtual server, or they are same thing?
user11815659
1
vote
0 answers

How do I create a guest ftp user with SSH?

I just got a virtual dedicated server at GoDaddy. I got the Simple Control Panel. There doesn't seem to be a way to create a guest ftp user through this control panel and I was told it must be created through SSH. I have a program called Putty which…
gourav
  • 1,397
  • 5
  • 20
  • 31
1
vote
2 answers

What is the difference between "Cool down period" and "Initial delay" in the "Instance Groups" in the Google Cloud Platform (GCP)?

I set up group parameters in the Instance Groups in the Google Cloud Platform. I have the Autoscaling parameter set to On. I wonder what is the relationship between the two other parameters Cool down period and Initial delay: I would also like to…
1
vote
1 answer

Nginx hosts not working

I'm using Ubuntu 17.10 and installed nginx, then i'm trying to make the virtual hosts. My hosts file is this: 127.0.0.1 localhost 127.0.0.1 test.app 127.0.1.1 Flashy-PC # The following lines are desirable for IPv6 capable hosts ::1 …
flashydev
  • 21
  • 1
  • 5
1
vote
1 answer

How to migrate a Virtual Server from one account to another

I was wondering how to migrate a Virtual Server from one account to another one. In particular, if I have a VSI on a Softlayer account and I want to migrate the same to a IBM Cloud account (the new one which includes the IaaS part as well), how can…
1
vote
0 answers

Mod_rewrite won't work Apache 2.4 / Ubuntu 14.04

I'm setting up a Virtual Server by HostEurope: Apache 2.4 Ubuntu 14.04 I need the mod_rewrite function for my Wordpress Blog. This is what I have done till now: ssh connect to my server vim /etc/apache2/apache2.conf changed: AllowOverride None…
KaiGuy
  • 211
  • 2
  • 9
1
vote
1 answer

Detect the Finger Print generating the Licence key for Physical server , Virtual server , shared hosting server and Native Cloud Web App

I am working on the Licence Key for activating Web application. Which could deployed on Physical server, virtual server, Shared hosting Server and (Azure cloud hosting) Native Cloud Server. This product is issue to one User at one Time. I created…
1
vote
2 answers

Using Microsoft Virtual Server from C#: CoSetProxyBlanket does nothing

I'm attempting to write a couple of NAnt tasks for interacting with Microsoft Virtual Server 2005 R2 SP1, and I've lifted the code found on "Virtual PC Guy's WebLog", in the "Controlling Virtual Server through PowerShell" post. It doesn't work: I…
Roger Lipscombe
  • 89,048
  • 55
  • 235
  • 380
1
vote
0 answers

Redirect 301 using.htaccess on a virtual server

I really have done searched and read dozens of replies on this old worn out subject. My "virtual server" must be different to the ones I read about here. I have no cPanel. I have a Linux platform powered by Apache. I know the "root" of the…
1
vote
3 answers

GNU Parallel unlink error

Did a local install of GNU Parallel on a virtual Ubuntu server: $uname -a Linux #### 2.6.32-43-server #97-Ubuntu SMP Wed Sep 5 16:56:41 UTC 2012 x86_64 GNU/Linux when running parallel, i get the following error on STDERR: $parallel echo ::: A B…
cms
  • 257
  • 1
  • 11
1
vote
1 answer

Can a managed website and a virtual machine share the same domain name in Azure?

I have a website hosted on Azure as a managed site. I need to run a separate FTP server and a custom Windows service on virtual machine, but need them to share the same domain name as the site. So what I'd like to be able to do is have mysite.com…
Amr Bekhit
  • 4,613
  • 8
  • 34
  • 56
1
vote
3 answers

Backup tool for Microsoft Virtual Server 2005 R2?

I am seeking a backup tool to back-up virtual OS instances run through Microsoft Virtual Server 2005 R2. According to the MS docs, it should be possible to do it live through volume shadow copy service, but I am having trouble finding any tool for…
Joannes Vermorel
  • 8,976
  • 12
  • 64
  • 104
1
vote
1 answer

Apache traffic forwarding - route incoming port 80 traffic for a particular host to a different physical server

I have multiple web site hosts currently served by apache2's virtual hosts. I was wondering if it is possible to configure apache (or is some other tool more appropriate) to forward port 80 traffic destined for a particular host to a separate,…
Joe Simon
  • 99
  • 1
  • 2
  • 9