Lighttpd to Nginx: environment variable and include_shell

Hi all,
I’m working on migrating my site from Lighttpd to Nginx.
Currently in my lighty configuration, I can get environment variables
using “env.<variable_name>”, and also read configuration from output of
a command by “include_shell”.
I wonder if we can do the same things in Nginx or not ?

Hello!

On Sat, Jan 30, 2010 at 03:22:20PM +0700, Huy Phan wrote:

Hi all,
I’m working on migrating my site from Lighttpd to Nginx.
Currently in my lighty configuration, I can get environment
variables using “env.<variable_name>”, and also read configuration
from output of a command by “include_shell”.
I wonder if we can do the same things in Nginx or not ?

Not.

Maxim D.