Re: [Zope] Virtual Host Monster

2006-03-19 Thread Jens Vagelpohl


On 19 Mar 2006, at 21:34, Dan Gaibel wrote:


Hi Folks,

I want to use Zope for web hosting, and I wonder about the Virtual  
Host Monster. Is it reasonable to think that I could host say,  
200-300 small sites (different domains, low traffic) in one  
instance of zope 2.8? I'm planning on a dedicated server with 2GB  
of RAM. Does this seem feasible? Any advice on how to test  
something like this?


Not sure what your doubts about the VHM are, I don't see any problem  
there. This sounds feasible, but if you can get more RAM I'd go for it.


Testing a setup like that will require programming work on your part.  
You will want to create a script that creates all these sites and  
hopefully some content in them, and then a script that can run  
requests against them.


jens

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Virtual Host Monster

2005-09-12 Thread Tino Wildenhain
Am Montag, den 12.09.2005, 17:08 +0200 schrieb Nicholas Wieland:
> I'm trying to use VHM to rewrite a pair of urls.
> What I want is to have a "normal" Zope on localhost:8080/, and an
> instance of a Product on localhost:8080/myProduct.
> The problem I'm having is that VHM locks me out from the root
> folder :(
>  
> My mappings line is:
> localhost:8080/my_container/VirtualHostRoot/myProduct
>  
> How do I exclude localhost:8080 to behave normally, as without Virtual
> Host Monster ?

Use http://127.0.0.1:8080/ instead to access your zope.

Now you know why right above the mappings window
there is this line:

"If you place the hostname that you use to manage your Zope in this list
you are likely to regret it, and will probably need to manage Zope using
its raw IP address to fix things."

with "you are likely to regret it" emphasized :-)

If you want to try real world mappings, put some
names in your hosts file and use them for experiment
instead.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )