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). > BTW, mod_perl 2.0 solves this problem. How? Is the "one global namespace per server" changed in 2.0 perhaps? -sam