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

How to set up new Jenkins slave

I recently inherited a Jenkins-driven Java project where the primary developer just upped and quit. He had deployed the Jenkins WAR to a Tomcat instance on a virtual server, and that is what was considered to be the "build server". This build server…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
10
votes
1 answer

what is the difference between virtual server and alias in apache for php?

normally, phpmyadmin is configured as alias in wamp packages and some of the projects can be configured in virtual server with port number. Can anybody explain what's the difference between these two and in which scenario any of the feature can be…
Kulin Choksi
  • 761
  • 1
  • 11
  • 30
4
votes
3 answers

Hardware requirements for a Virtual Server

We have decided to go with a virtualization solution for a few of our development servers. I have an idea of what the hardware specs would be like if we bought separate physical servers, but I have no idea how to consolidate that information into…
Brian
  • 5,826
  • 11
  • 60
  • 82
4
votes
2 answers

How does RunKit make their virtual servers?

There are many websites providing cloud coding sush as Cloud9, repl.it. They must use server virtualisation technologies. For example, Clould9's workspaces are powered by Docker Ubuntu containers. Every workspace is a fully self-contained VM (see…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
4
votes
2 answers

Virtual Server to display ASP.NET MVC web application

In a few weeks I have to demonstrate a project I've been working on and at the moment I've just been using the Visual Studio Express 2012 debug with IIS Expess. The project is simply an ASP.NET MVC web application that I access on an android device…
benallansmith
  • 816
  • 3
  • 10
  • 26
3
votes
2 answers

Using Amazon AWS as a development server.

I'm still cheap. I have a software development environment which is a bog-standard Ubuntu 11.04 plus a pile of updates from Canonical. I would like to set it up such that I can use an Amazon EC2 instance for the 2 hours per week when I need to do…
3
votes
1 answer

CouchDB on Virtual Server

I'm writing a web application which basically searches your Twitter timeline for links. I used to use MongoDB for saving tweets and information, which worked fine on my dev system, but crashed after some time on a virtual server during tests. I know…
Hamrath
  • 33
  • 2
2
votes
2 answers

PHP Memory Limit / RAM questions

I have a question regarding PHP and it's memory limit. I have an index.php page, that requires memory_limit to be set to about 50MB or more to run. So does this mean anytime somebody visits that page it will take 50MB of RAM memory to load the…
adrian7
  • 986
  • 12
  • 35
2
votes
4 answers

PHP script makes my website inaccessible for that user

I've just recently been asked to develop a PHP application that allows mass emailing. To do this, I have a PHP script that simply grabs the email addresses from a MySQLDatabase and loops through them personalising each one, and then sending them. It…
Raiden616
  • 1,545
  • 3
  • 18
  • 42
2
votes
1 answer

iptables with DNAT target to multiple port range translation

I want to use iptables to set DNAT target. The multi-port virtual server is the purpose that I want to do. But I found that DNAT cannot map multi-port to destination multi-port. e.g. iptables -t nat -A PREROUTING -p tcp --dport 1000:2000 -j…
user1190887
  • 111
  • 1
  • 7
2
votes
2 answers

Update linux kernel to > 3.15-rc5 and still use CentOS 6.5

I am running CentOS 6.5 on top of Linux kernel 2.6.32-358.6.1.el6.x86_64 I got a warning from my vserver hoster that I need to upgrade to a Linux kernel > 3.15-rc5 because there is a security breach that would allow my server to be taken over. I did…
tmighty
  • 10,734
  • 21
  • 104
  • 218
2
votes
1 answer

phpInfo: What does "Virtual Server" refer to?

I noticed that in phpinfo under "apache2handler", it says: Virtual Server Yes What does that refer to? Does that mean that apache is on a virtual (i.e. not dedicated) host? What would be a case when it would say: Virtual Server …
chaimp
  • 16,897
  • 16
  • 53
  • 86
2
votes
0 answers

Retrieving e-mails from virtual server using c#

I am trying to create an appication, that collects the emails, which are sent to my virtual server, using c#. I created a virtual domain using IIS 6 , though in the long run my application should be IIS 7 compatible, too. I do not want to directly…
niedda29
  • 33
  • 3
2
votes
2 answers

Do I need a Windows server license if I have an Azure subscription?

I am trying to do a cost analysis on using Azure. Can anyone tell me if I will need to purchase Windows server licenses when spinning up virtual servers in Azure. Also, will the users need CALS for touching these servers?
user2012083
  • 29
  • 1
  • 2
1
vote
1 answer

Updating Plesk: How do I save a file to my virtual server's hard drive?

I'm in the process of updating Plesk from 10.3.1 to the latest version (10.4) In the Plesk instructions it says I have to save an installer to my server's hard…
1
2 3 4 5 6