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

Subdomain not working on Apache2/Debian9

I would like to set up a subdomain on my virtual server with Debian 9 and Apache 2 which points to a directory at /var/www/html/test. SSL and Let's Encrypt is also enabled, so the subdomain should be reached with https too. My 000-default.conf file…
Florian
  • 23
  • 4
0
votes
1 answer

Softlayer Virtual Guest - Invalid value provided for tags

I am setting the tag value for a Virtual Guest with the following method vs_object.setTags I am setting the tag value with ( ) in it. And its giving error that XMLRPC::FaultException: Invalid value provided for 'tags'. Invalid tag names:Key:121…
Anupam K
  • 309
  • 1
  • 4
  • 17
0
votes
1 answer

F5 BIG IP update VIP using REST API cause code:400, message:0107028c:3

I am trying to call my F5 Big IP REST API to update some VIP configurations, for example I want to update the VIP description using this command: curl -s -k --tlsv1.2 -u admin:password -H "Content-Type: application/json" -X PUT…
Hadi Al Tinawi
  • 429
  • 7
  • 22
0
votes
2 answers

Softlayer API: Listing virtual servers times out with Internal Error

When using slcli to list virtual servers in a Softlayer account: slcli vm list it takes a long time and eventually produces the following error: SoftLayerAPIError(SOAP-ENV:Server): Internal Error This used to work in the same account. Listing VMs…
0
votes
0 answers

How to deploy web application to the specific glassfish virtual server?

Is there a way to specify a virtual server in the web application deployment descriptor, like web.xml or glassfish-web.xml? In the application deployment guide i found the information: Virtual Servers. If you deploy a web application and do not…
kojot
  • 1,634
  • 2
  • 16
  • 32
0
votes
1 answer

Having challenges creating virtual servers on apache server for win7 (resolving hostname)

I have an apache server installed on my portable windows 7 machine using xampp as an interface. I've been working with a few people on an irc channel but must soon go to bed and replies are getting slower. I have the following code added to my…
Assimilater
  • 944
  • 14
  • 33
0
votes
1 answer

Need to connect to my IBM Bluemix Virtual Servers from my laptop (Using ssh or any remote connecting method)

I have created a virtual server which is under the Infrastructure category of the IBM Bluemix. When I go to the Bluemix portal I can see that the Virtual Server is running and is in connected state. Virtual Server is running the CoreOS. Now I want…
0
votes
1 answer

Softlayer API: How do I add a condition to allocation an ipv6 address when buying a host?

I'm developing a project about softlayer API recently. Because the purchase of IPv6 alone must to pay. Now I wan't to allocation an free ipv6 address when buying a host. The current configuration of buy host is as follow: vs_type =…
J.allen
  • 37
  • 6
0
votes
1 answer

Unable to install phalcon 2.x on VPS from 1and1 hosting

I ran into a troublesome issue. I'm using 1 and 1 virtual private server redhat linux. The server's default PHP version is PHP 5.3. I do have installed PHP 5.5 on the server. I switch to PHP 5.5 using alias php='path to php'. I run command php -v…
user3186034
  • 45
  • 1
  • 10
0
votes
2 answers

Authenticate user inside all virtual servers

I have around 5 virtual servers on glassfish and i'm going to authenticate user inside all virtual servers but any virtual server has individual session id. how can i do this? What is a JSESSIONIDSSO and will be able it solve my…
0
votes
4 answers

How to run mc, htop on linux(virtual server) without compiling?

I am using a virtual shared server and I would like to have on it some programms like Midnight Commander (mc) or Htop. The host provider doesn't provide these programs and I don't have access to any package manager or compiler. I have ssh access to…
klodoma
  • 4,181
  • 1
  • 31
  • 42
0
votes
1 answer

IBM Bluemix and RedHat/SUSE Linux compatibility / workarounds

I want Bluemix to host some IBM software. The IBM software only installs on RHEL or SUSE so using Bluemix Virtual Servers is not possible (Centos/Debian support only). Is there another way I can install this IBM software in Bluemix? Is there a…
nickc909
  • 1
  • 3
0
votes
2 answers

Kentico website with Windows Active Directory authentication and authorization

I installed a Kentico 9.0 website and everything worked fine. Then I tried to configure Windows Active Directory authentication using this documentation: https://docs.kentico.com/display/K8/Configuring+Windows+AD+authentication. However, when I open…
0
votes
1 answer

why is apache virtual server is not running

I'm trying to make a virtual server on my apache server to work with a laravel application: I made a conf file name "brk.localhost.conf" with the following contents: ServerAdmin admin@example.com ServerName brk.localhost …
medo ampir
  • 1,850
  • 7
  • 33
  • 57
0
votes
1 answer

CakePHP, issue with subfolder after creating virtualhost for domain name

I originally installed my cakephp in a subfolder of my localhost folder (so in linux my localhost is set to: /var/www and I installed cakephp to: /var/www/site1 I had been using it at this address, so: http://localhost/site1 But now I am putting…
Rick
  • 16,612
  • 34
  • 110
  • 163