Best unofficial Apache Server developers community |
|
I have apache web server on my local computer with Ubuntu 11.04 (ip: 192.168.120.10). There is two virtual hosts, "test" and "server". Router: D-link DIR-300 with firmware: DD-WRT v24-sp2 I want that virtual hosts "test" and "server" was available on other local computers. On DD-WRT in DNSMasq section i input:
But i can access these hosts from local machines only by ServerAlias (www.test and www.server) There is my httpd.conf part:
What i can to do, that my VirtualHosts will available without alias (http://test/ , http://server/)? Variant with editing original hosts file is unsuitable. Thanks
posted via StackOverflow
|