diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-13 07:57:06 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-13 07:57:06 +0000 |
commit | eb7ad1a0241d049f10c9e62a8eb4d9e1dd3000a9 (patch) | |
tree | 0284fdb498571add89832977f6875a44557608e2 /sca-cpp/trunk/modules/http/httpd-ssl-conf | |
parent | c53f08af43a87119f9307fe7bc48303299c9beed (diff) |
Add configuration and script to enable mod-security 2.6.0.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/http/httpd-ssl-conf')
-rwxr-xr-x | sca-cpp/trunk/modules/http/httpd-ssl-conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/http/httpd-ssl-conf b/sca-cpp/trunk/modules/http/httpd-ssl-conf index 5882a18cb4..9933d1c7d9 100755 --- a/sca-cpp/trunk/modules/http/httpd-ssl-conf +++ b/sca-cpp/trunk/modules/http/httpd-ssl-conf @@ -69,6 +69,11 @@ HostnameLookups on Require user admin </Location> +<Location /server-info> +SetHandler server-info +HostnameLookups on +Require user admin +</Location> </VirtualHost> EOF |