search for: xx_mod_fastcgi

Displaying 1 result from an estimated 1 matches for "xx_mod_fastcgi".

2006 Aug 09
0
Deployment: Best way to switch between test and prod envs.
All, Not looking for advice on the relative wisdom of my actions :). I have a Rails app. running under Apache 2/fastcgi that I would like to switch from using the test environment (database) to using the production environment (database). I can do this by hand by modifying my xx_mod_fastcgi.conf file and setting RAILS_ENV to be the appropriate value in the command that initializes my dispatch.fcgi processes. However, I''d like something a little more flexible than that so I can switch back and forth with more ease. Obviously, I can do a symlink thing with the mod_fastcgi....