All, I'm trying to set up a Virtual Host Monster so that I can take a URL like http://mylocal.machine.com:8080/plone_site <http://mylocal.machine.com:8080/plone_site> and turn it into something like http://home.mylocal.machine.com/ <http://home.mylocal.machine.com/> . I'm using Zope as a server on port 8080 (v2.6.1 on SuSE 7.3). Following the directions in the Zope Book for 2.6 (http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting. stx <http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting. stx> , I end up with the ability to access the folder with the shorter URL only on the localhost, access from other machines fails, primarily (I think) because there is no "home.mylocal.machine.com" in the DNS tables. Am I missing something fundamental here? Is there further configuration I need to do? I have Apache running, but I'd rather not mess with it's configuration unless I really have to. Thanks. Tom. Tom Maszerowski Xerox Engineering Center 800 Philips Road MS: 105-70C Webster, NY 14580 Phone: (585) 422-1579 Fax: (585) 422-2387 EMail: TMaszerowski@crt.xerox.com
VHM problems-----Oprindelig meddelelse----- Fra: zope-admin@zope.org [mailto:zope-admin@zope.org]På vegne af Maszerowski, Thomas Sendt: 25. juli 2003 20:00 Til: 'Zope Mailing List' Emne: [Zope] VHM problems All, I'm trying to set up a Virtual Host Monster so that I can take a URL like http://mylocal.machine.com:8080/plone_site and turn it into something like http://home.mylocal.machine.com/. I'm using Zope as a server on port 8080 (v2.6.1 on SuSE 7.3). Following the directions in the Zope Book for 2.6 (http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting. stx, I end up with the ability to access the folder with the shorter URL only on the localhost, access from other machines fails, primarily (I think) because there is no "home.mylocal.machine.com" in the DNS tables. Am I missing something fundamental here? Is there further configuration I need to do? I have Apache running, but I'd rather not mess with it's configuration unless I really have to. Thanks. Tom. Tom Maszerowski Xerox Engineering Center 800 Philips Road MS: 105-70C Webster, NY 14580 Phone: (585) 422-1579 Fax: (585) 422-2387 EMail: TMaszerowski@crt.xerox.com
VHM problemsSorry, the first reply was sent a bit too soon. You need to add this line to the "hosts" file of the machine where you're browsing from: ip.address.of.server home.mylocal.machine.com On *nix it is located in /etc/hosts On Windows it is c:\winnt\system32\drivers\etc\hosts or c:\windows\system32\drivers\etc\hosts - Carsten -----Oprindelig meddelelse----- Fra: zope-admin@zope.org [mailto:zope-admin@zope.org]På vegne af Maszerowski, Thomas Sendt: 25. juli 2003 20:00 Til: 'Zope Mailing List' Emne: [Zope] VHM problems All, I'm trying to set up a Virtual Host Monster so that I can take a URL like http://mylocal.machine.com:8080/plone_site and turn it into something like http://home.mylocal.machine.com/. I'm using Zope as a server on port 8080 (v2.6.1 on SuSE 7.3). Following the directions in the Zope Book for 2.6 (http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting. stx, I end up with the ability to access the folder with the shorter URL only on the localhost, access from other machines fails, primarily (I think) because there is no "home.mylocal.machine.com" in the DNS tables. Am I missing something fundamental here? Is there further configuration I need to do? I have Apache running, but I'd rather not mess with it's configuration unless I really have to. Thanks. Tom. Tom Maszerowski Xerox Engineering Center 800 Philips Road MS: 105-70C Webster, NY 14580 Phone: (585) 422-1579 Fax: (585) 422-2387 EMail: TMaszerowski@crt.xerox.com
participants (2)
-
Carsten Gehling -
Maszerowski, Thomas