> BTW We wanted to use same apache for testing beta site along with the live
> one. The perl modules used have the same name but are for different virt.
> hosts, have different locations and different content and the
> errors (getting content from beta modules when asking for live site) are
> probably because of that.
>
> We'll try putting two apache binaries to be able to
> test it.

yes.  this is a well documented "feature" of mod_perl.  it is a feature in most
circumstances, except for the times you want it not to work that way.  ;-)

you can use the same object code with a separate config file ( just change
the listen/port directives, and any directories if necessary ).  this second
instance will have its own perl interpreter and namespace.  start like:
httpd -c httpd_beta.conf

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/


Reply via email to