Mongrel & nginx - question

All headers that come in from the server are translated almost exactly like CGI requires: all caps, underscores (_) replacing dash (-), beginning with HTTP_. Then a few oddball ones are generated like PATH_INFO, REQUEST_PATH, etc.

Too bad the CGI folks couldn't be bothered to be consistent, but that's what everyone uses to that's what Mongrel does.