[Zope] Problems with virtual hosting
Frank Sonnemans
frank.sonnemans@euronet.be
Sun, 22 Jul 2001 23:13:28 +0200
Resolved, the How-To: Virtual Hosts via Apache (but nearly all content in
Zope)
contained some errors.The NamevirtualHost xxx.xxx.xx.xxx and <VirtualHost
xxx.xxx.xxx.xxx> need to contain
the IP address of the public web server interface. The howto incorrectly
states:
NameVirtualHost my.real.host.name
<VirtualHost my.virtual.host.name>
Regards,
Frank
--On Saturday, July 21, 2001 18:47 -0400 Evan Simpson <evan@4-am.com> wrote:
> From: "Frank Sonnemans" <frank.sonnemans@euronet.be>
>> I am trying to get virtual hosting to work, but run in some trouble.
>> Whenever I try to callup a page I get a 404 error:
>
>> RewriteRule ^/(.*)
>>
> http://127.0.0.1:8080/VirtualHostBase/http/umle.sbs-online.com:80/uml/Vi
> rtu
>> alHostRoot/$1 [P]
>
> This looks fine. You have created a Virtual Host Monster in your root
> Folder, right?
>
> Cheers,
>
> Evan @ digicool & 4-am
>
>