0
votes
1answer
95 views

how to allow nginx in guest vm access shared folders in host os?

My setup I want to setup a ubuntu vm to act as a web server for development. Reason I want to have a development environment as close to the actual production environment as possible. Problem ...
2
votes
0answers
101 views

What is a dynamic way to connect to a virtual machine's webserver from its host machine? [closed]

As a web developer, what is the most efficient (automated) way to connect to a virtual machine (VM) running a development webserver from its host machine (the machine running the VM) when you do not ...
1
vote
2answers
408 views

How can I access a Web server in a VM from an iPad?

I have a virtual machine (running Windows Server 2012, if it's relevant), on VMware Workstation. It is running an Apache Tomcat web server, and I'm wanting to access that webserver from an iPad. Is ...
-1
votes
1answer
116 views

Benefits of setting a webserver in Linux [closed]

I wonder what main purposes and benefits can one get after he sets up a webserver running on Linux installed on a VM which is hosted by Windows and that this webserver can be used as a local host for ...
0
votes
1answer
1k views

Access VMware based webserver from any computer via internet

I have created a web server(ubuntu server OS), on my web-development machine, using VMware Workstation. Now I want that I could point my website's nameservers to this virtual machine servers & ...
3
votes
1answer
53 views

Use Server Virtualization to Create A Production/Beta Server on Same Hardware

I have one server, and I want to use some sort of software to split the server into two virtual machines, one for production and one for beta. Linux only please. Is this possible? Also, I do not ...
2
votes
2answers
499 views

How do I share files with a linux virtual machine from a Win 7 desktop

I have a Win7 deskptop (host) and want to run a linux virtual machine; but I want that linux virtual machine to be able to access a directory on the host machine (in this case, to serve a web ...
3
votes
2answers
1k views

Running a web server with an encrypted file system (all or part of it)

I need a webserver (LAMP) running inside a virtual machine (#1) running as a service (#2) in headless mode (#3) with part or the whole file system encrypted (#4). The virtual machine will be started ...