comparison lib/Test/Nginx.pm @ 1035:c0accd6fab6c

Tests: distinguished realip and stream_ssl prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 15 Sep 2016 18:16:42 +0300
parents 6ef255ed4bbc
children 9339673bb454
comparison
equal deleted inserted replaced
1034:679cefd5896b 1035:c0accd6fab6c
117 mail => '--with-mail((?!\S)|=dynamic)', 117 mail => '--with-mail((?!\S)|=dynamic)',
118 flv => '--with-http_flv_module', 118 flv => '--with-http_flv_module',
119 perl => '--with-http_perl_module', 119 perl => '--with-http_perl_module',
120 auth_request 120 auth_request
121 => '--with-http_auth_request_module', 121 => '--with-http_auth_request_module',
122 realip => '--with-http_realip_module',
122 charset => '(?s)^(?!.*--without-http_charset_module)', 123 charset => '(?s)^(?!.*--without-http_charset_module)',
123 gzip => '(?s)^(?!.*--without-http_gzip_module)', 124 gzip => '(?s)^(?!.*--without-http_gzip_module)',
124 ssi => '(?s)^(?!.*--without-http_ssi_module)', 125 ssi => '(?s)^(?!.*--without-http_ssi_module)',
125 userid => '(?s)^(?!.*--without-http_userid_module)', 126 userid => '(?s)^(?!.*--without-http_userid_module)',
126 access => '(?s)^(?!.*--without-http_access_module)', 127 access => '(?s)^(?!.*--without-http_access_module)',
174 => '(?s)^(?!.*--without-stream_map_module)', 175 => '(?s)^(?!.*--without-stream_map_module)',
175 stream_return 176 stream_return
176 => '(?s)^(?!.*--without-stream_return_module)', 177 => '(?s)^(?!.*--without-stream_return_module)',
177 stream_split_clients 178 stream_split_clients
178 => '(?s)^(?!.*--without-stream_split_clients_module)', 179 => '(?s)^(?!.*--without-stream_split_clients_module)',
180 stream_ssl
181 => '--with-stream_ssl_module',
179 stream_upstream_hash 182 stream_upstream_hash
180 => '(?s)^(?!.*--without-stream_upstream_hash_module)', 183 => '(?s)^(?!.*--without-stream_upstream_hash_module)',
181 stream_upstream_least_conn 184 stream_upstream_least_conn
182 => '(?s)^(?!.*--without-stream_upstream_least_conn_m)', 185 => '(?s)^(?!.*--without-stream_upstream_least_conn_m)',
183 stream_upstream_zone 186 stream_upstream_zone