
rshuvalov at hotmail
Apr 27, 2012, 12:03 AM
Post #3 of 3
(192 views)
Permalink
|
Hi, Y, Why your ServerName value in <VirtualHost> section is different from the one you navigate to ( <http://name.seagateshare.com> name.seagateshare.com vs. <http://name.seagate.com> name.seagate.com)? Roman. From: Yehuda Katz [mailto:yehuda [at] ymkatz] Sent: Friday, April 27, 2012 1:28 AM To: users [at] httpd Subject: Re: [users [at] http] unique virtual server On Thu, Apr 26, 2012 at 4:45 PM, Bashiro <bashiro [at] myway> 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
|