0
votes
1answer
685 views

connect to apache/ubuntu on vmWare player from windows

I'm running a virtual mashine on my windows 7. In it a ubuntu linux with apache server. How can I get to a site hosted on my ubuntu from windows? Example: Want to get to http://localhost/~user/ from ...
0
votes
1answer
177 views

how to have a vm image act as a server host

I have a VM Ware player, VMware-player-3.0.1-227600.exe I downloaded a cent os image, it's version is CentOS release 5.4 (Final) I have apache installed and listening on port 8080. However when I ...
1
vote
3answers
420 views

Forward Apache to Django dev server

EDIT: I just went with Nginx to do the proxy in front of Apache. Much easier to set up and it actually worked. I'm trying to get apache to forward all requests on port 80 to 127.0.0.1:8000, which ...