nginx (Engine X) web server configuration generator by OSQDU
The config generator consists of three versions, written in Perl, Ruby and Python. (Only Perl at this time)
You'll need a perl intepreter, know how to use CPAN, having make and gcc (probably)
static, php, python and rack application: --<server_type> <server_name1>,<server_name2>,<server_name3>:<app_root_dir> # create a server block with specified server_type, server_name and application root dir
reverse-proxy application: --proxy <server_name1>,<server_name2>:<backend1>,<backend2>,<backend3>...
stub-status: --status <server_name> <port> ;
Available server types:
static: static web pages
php: PHP applications
proxy: reverse-proxy
rack: Rails, merb, Sinatra and other rack-based application
python: Python web applications, using WSGI