in reply to Re: apache::dbi how to switch between development or production database?
in thread apache::dbi how to switch between development or production database?

Why does this set my spidey senses to tingling even though it is totally responsive to the question? Personaly, httpd.conf is one file that I do not want in any state of flux, especially if there is more than one person working on a site.
  • Comment on Re: Re: apache::dbi how to switch between development or production database?

Replies are listed 'Best First'.
Re: Re: Re: apache::dbi how to switch between development or production database?
by perrin (Chancellor) on Dec 18, 2001 at 01:21 UTC
    I told you one way to do it without modifying files (httpd -DSOMETHING). You could also put all of this in a perl config file if you like that better, or use virtual hosts so that one goes to development and one to production depending on the hostname or port you use.