On Jul 28, 2006, at 10:12 AM, Michael Peters wrote:
>> a lot of stuff i agree with here, and then
The easiest solution is to just run 2 apaches. Configure pre-prod
for a
different port. You can even run them from the same apache binary,
just give
them different configs to start off.
i'll
Matthew wrote:
> Hey gang, happy friday!
>
> We have two trees for our web app:
>
>Prod -> /pages/sc2/roomlogin?
> PreProd -> /pages/sctest/roomlogin?
>
> httpd.conf:
>
> Location /pages/sc2/roomlogin -> /path/pages/sctest/omno/prod.pm
> Location /pages/sctest/roomlogin -> /path/pages