[Zope3-Users] Re: virtual hosting
Laurence Rowe
l at lrowe.co.uk
Thu Nov 30 13:56:30 EST 2006
umm, zope2 requires apache for virtual hosting too. You'll need to
install apache (or some other proxy that will do url rewriting).
Laurence
Hector Miuler Malpica Gallegos wrote:
> I do not have apache, I have zope3: (
>
> seemed to /virtual_hosting of zope2 :
> 01domainzope3.com /miuler/01
> 02domainzope3.com /miuler/02
>
>
> El mié, 11-10-2006 a las 22:05 +1300, Darryl Cousins escribió:
>> On Wed, 2006-10-11 at 04:57 -0500, Hector Miuler Malpica Gallegos wrote:
>>> Hello friends, as I can have virtual hosting of easy form? like in
>>> zope2
>>>
>>> --
>>> Hector Miuler Malpica Gallegos <miuler at gmail.com>
>>
>> Sure.
>>
>> <VirtualHost *>
>> ServerName zope3.theshire
>> RewriteRule ^(/?.*) http://localhost:8031/++vh++http:zope3.theshire:80/++$1 [P,L]
>> </VirtualHost>
>>
>>
>> Hope that helps.
>> Darryl
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Zope3-users mailing list
>> Zope3-users at zope.org
>> http://mail.zope.org/mailman/listinfo/zope3-users
More information about the Zope3-users
mailing list