Re: development question

2000-12-26 Thread Ken Williams
[EMAIL PROTECTED] (Steven Lembark) wrote: >include doesn't work since we are sharing the same CVS tree and >would end up with the same includes -- unless there is something >like > > Include "$ENV{LOGNAME}-conf" > >to allow per-user portions of the config. I'd be inclined to do it the other

Re: development question

2000-12-25 Thread James G Smith
Steven Lembark <[EMAIL PROTECTED]> wrote: > >apache 1.3.14. > > havemultiple developers hacking html, mod_perl w/ own sandboxes. >need them to start up their own servers on various ports (e.g., >8081, 8082...). we are using CVS and need to share access to a >valid httpd.conf file. > >hmmm... w

development question

2000-12-25 Thread Steven Lembark
apache 1.3.14. havemultiple developers hacking html, mod_perl w/ own sandboxes. need them to start up their own servers on various ports (e.g., 8081, 8082...). we are using CVS and need to share access to a valid httpd.conf file. hmmm... we all use the same httpd.conf and we all step on on