On Thu, Apr 26, 2012 at 4:45 PM, Bashiro <[email protected]> wrote: > My problem is: The Seagate NAS have a local IP 192.168.... > > I configured the next virtual host like this; > > <VirtualHost 192.168...> > ServerName name.seagateshare.com > DocumentRoot 192.168.... > </VirtualHost> > > When browser access name.seagate.com, it goes directly to the dynamic dns > services and not the seagate. >
Just creating a VirtualHost in the Apache configuration will not cause browsers to go to it. You need to supply more information about what you are trying to accomplish. - Y
