0
votes
2answers
150 views

Apache Virtual Hosts: Document Root as remote IP instead of local folder

I was wondering if I could point say ftp.foo.com to like 192.168.1.76 using Document Root. I have two servers, one contains all of the Apache2 stuff, the other, my downloads server. Could I route HTTP ...
0
votes
0answers
56 views

How would I broadcast a subdomain/virtual name on a local server with people connected to the same network

I have a server connected to the router which has ubuntu 12.04. It is has apache/mysql/php all installed ready to go. the folder structure is like this: /var/www -- this isnt the root -/libs -/logs ...
0
votes
1answer
449 views

Apache serves only the default virtualhost, ubuntu

When I type cat /etc/apache2/sites-enabled/* I see <VirtualHost *:80> ServerName myserver DocumentRoot /var/www/ </VirtualHost> <VirtualHost *:80> ...
2
votes
2answers
872 views

Firefox on Ubuntu can't connect to local virtualhost when network is unplugged

I'm using Firefox (3.6.17) on my Ubuntu Lucid (rel. 10.04) and noticed that if the network cable is plugged everything is fine and I'm able to browse my local virtualhost configured in Apache2. But ...
2
votes
3answers
5k views

Connect to virtual host computer from within virtualbox

I'm currently developing on an Ubuntu Karmic. For this I've installed lampp with a virtual host on apache so http://myproject/ is mapped to my project's root directory. Now to test the website in IE ...
0
votes
4answers
159 views

Update broke apache

I just updated from Ubuntu 8.04 to the newest version and all of a sudden my virtual hosts don't work anymore. I'm not sure what changed, but I know when I type in localhost it doesn't go to the ...
0
votes
2answers
804 views

Virtual host errors, warnings, and issues on Ubuntu

I probably have something set up wrong. Seems I always have problems trying to configure my Virtual Hosts correctly. I'm getting this error after restarting Apache: Restarting web server apache2 ...