I have 2 web folders; 1. default; for some web pages: /var/www 2. "second"; for some other web pages: /var/www2 I would like to access www2 from LAN w/o using DNS and port number. How do I configure apache2 to make this possible? Thanks for any suggestions
Thanks for your info. My default interface (eth0) is .10.20 I've made some new interfaces eth0:0 (.10.30), eth0:1 (.10.31), eth0:n (.10.n) .... Enabled vhost for each ip (sites-enabled). So, now it works on LAN. But, as my firewall points port 80 to default eth0 .10.20 I doesn't reach the new interfaces from WAN..... do you know how to solve that problem? Thanks for any suggestions
I think throwing in a second nic and making one of them internal and one external is going to be the best (fastest, easiest) solution.