Sam Tregar wrote:

> On Sun, 3 Feb 2002, Stas Bekman wrote:
> 
> 
>>I think the best solution is to run your staging server on a different
>>port and use a front-end proxy to rewrite to the right server based on
>>the Host: name. Alternatively put 2 NICs with 2 IPs, that will work if
>>you don't hardcode the server name in your code/html.
>>
> 
> Or 1 NIC with 2 IPs if your OS supports it (Linux does).
 
yup, thanks :0)


>>BTW, mod_perl 2.0 solves this problem.
>>
> 
> How?  Is the "one global namespace per server" changed in 2.0 perhaps?

in mp-2.0 each vhost can have its own pool of perl interpreters, but 
please read the whole thing here:
http://www.apache.org/~dougm/modperl_2.0.html#mod_perl%20and%20threaded%20mpms
soon these docs will appear on perl.apache.org

_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Reply via email to