]> granicus.if.org Git - apache/commit
performance enhancement: mod_ssl config directives that can have both
authorDoug MacEachern <dougm@apache.org>
Tue, 26 Mar 2002 15:42:21 +0000 (15:42 +0000)
committerDoug MacEachern <dougm@apache.org>
Tue, 26 Mar 2002 15:42:21 +0000 (15:42 +0000)
commit948c4284cb23f2a80d41a4c6aca553c4edf2dc46
tree6c52332295929e031e297a3700656d79795034e5
parent8e25b964800b5de36afb5c4c9e8447caa3ea7f07
performance enhancement: mod_ssl config directives that can have both
a per-server and per-dir context were configuring the per-dir context
for per-server commands.  this triggered ssl_hook_Access to always
compare the per-server context against per-dir configs that were
exactly the same.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94176 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_config.c