diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-21 11:42:34 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-21 11:42:34 +0100 |
commit | a03bcce31d66aac6556a5160b51f9c9643f61b29 (patch) | |
tree | cd141d91d5801077854c8a70fad445627c2739ec /NWGNUmakefile | |
parent | Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along with (diff) | |
download | apache2-a03bcce31d66aac6556a5160b51f9c9643f61b29.tar.xz apache2-a03bcce31d66aac6556a5160b51f9c9643f61b29.zip |
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |