nginx: additional version check for uwsgi and scgi
commitb05bced2f1b3004bf3dad4031a5a5c20c0d4020f
authorEric Wong <normalperson@yhbt.net>
Sat, 12 Jan 2013 00:38:37 +0000 (12 00:38 +0000)
committerEric Wong <normalperson@yhbt.net>
Sat, 12 Jan 2013 00:38:37 +0000 (12 00:38 +0000)
tree7120408745d922ca58052e4909375b934d0645ee
parent3ab1d90d0c994632078aed4133a2d63a8beeb37a
nginx: additional version check for uwsgi and scgi

Debian squeeze (stable as of 2013/01) uses nginx 0.7.67, so
there are likely many users still using this older version.
Attempting to specify a dummy {uwsgi,scgi}_temp_path causes
errors at startup for me.

According to the the nginx CHANGES file, uwsgi appeared in 0.8.40
and scgi appeared in 0.8.42.

ref: http://nginx.org/en/CHANGES
lib/Mogstored/HTTPServer/Nginx.pm