summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2014-04-16 20:11:40 +0000
committerGregg Lewis Smith <gsmith@apache.org>2014-04-16 20:11:40 +0000
commit8b5e1ad57d7d6f03fac970cd715f0e1e4a1c56ac (patch)
tree596597d0f038efb8c424e26612c3418e114ef23f /build
parent2cba644ed342e925c517379b636c6cc2e7414547 (diff)
downloadhttpd-8b5e1ad57d7d6f03fac970cd715f0e1e4a1c56ac.tar.gz
Add mod_authnz_fcgi to traditional Win build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/installwinconf.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk
index d830a403ad..465f839f3b 100644
--- a/build/installwinconf.awk
+++ b/build/installwinconf.awk
@@ -109,6 +109,7 @@ BEGIN {
print "#LoadModule authn_dbm_module modules/mod_authn_dbm.so" > dstfl;
print "LoadModule authn_file_module modules/mod_authn_file.so" > dstfl;
print "#LoadModule authn_socache_module modules/mod_authn_socache.so" > dstfl;
+ print "#LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so" > dstfl;
print "#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so" > dstfl;
print "LoadModule authz_core_module modules/mod_authz_core.so" > dstfl;
print "#LoadModule authz_dbd_module modules/mod_authz_dbd.so" > dstfl;