From 6160254ec86d57956e1c671b36e73c219edd1973 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 12 May 2016 18:19:01 -0700 Subject: [PATCH] bugfix: ./configure: we should disable the ngx_http_encrypted_session module when --without-http_ssl_module is specified. --- util/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/util/configure b/util/configure index 7265eab..15def7f 100755 --- a/util/configure +++ b/util/configure @@ -278,6 +278,7 @@ for my $opt (@ARGV) { } elsif ($opt eq '--without-http_ssl_module') { $resty_opts{no_http_ssl} = 1; + $resty_opts{no_http_encrypted_session} = 1; } elsif ($opt =~ /^--add-module=(.*)/) {