From a03bcce31d66aac6556a5160b51f9c9643f61b29 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Wed, 21 Dec 2011 10:42:34 +0000 Subject: mod_policy: Add a new testing module to help server administrators enforce a configurable level of protocol compliance on their servers and application servers behind theirs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221668 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'NWGNUmakefile') diff --git a/NWGNUmakefile b/NWGNUmakefile index b37ed825f8..6724a89dcc 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -426,6 +426,7 @@ install :: nlms instscripts FORCE $(call MKCNF,docs/conf/extra/httpd-multilang-errordoc.conf.in, $(INSTALLBASE)/conf/extra/httpd-multilang-errordoc.conf) $(call MKCNF,docs/conf/extra/httpd-userdir.conf.in, $(INSTALLBASE)/conf/extra/httpd-userdir.conf) $(call MKCNF,docs/conf/extra/httpd-vhosts.conf.in, $(INSTALLBASE)/conf/extra/httpd-vhosts.conf) + $(call MKCNF,docs/conf/extra/httpd-policy.conf.in, $(INSTALLBASE)/conf/extra/httpd-policy.conf) $(call MKCNF,docs/conf/extra/httpd-ssl.conf.in, $(INSTALLBASE)/conf/extra/httpd-ssl.conf) $(call MKCNF,docs/conf/extra/proxy-html.conf.in, $(INSTALLBASE)/conf/extra/proxy-html.conf) $(call COPYR,docs/docroot, $(INSTALLBASE)/htdocs) -- cgit v1.2.1