I use SetEnv in Apache to set some variables in virtualhosts that I recover in PHP using $_SERVER[the_variable]
.
Now I am switching to Perl Catalyst and Nginx, but it seems that the "env" directive in Nginx is not the same. It does not work. How can it be accomplished?
Here is the background picture, just in case someone can suggest a better approach or my previous system does not work with Nginx.
- I use the same app for many domains. All data comes from different databases with the same structure.
- The database name is hardcoded to the virtual host, in that environmental variable.
- As I know the database name, all the queries go to its appropriate database, from the very first query.
- I can have multiple domains using the same database, just including the same variable into the directives.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…