On 10/15/07, jk jk <[EMAIL PROTECTED]> wrote: > On our test server, each developer has his own checkout and his own URI. To > eliminate the need to constantly restart the server, we installed > Apache2::Reload. Unfortunately, we use a custom @ISA for each developer's > copy, which Apache2::Reload seems to choke on. How do you guys usually > handle this?
Are you saying you run one apache server, or one per developer? If you're running one per developer, this should be no problem. - Perrin