diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-29 06:26:16 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-29 06:26:16 +0000 |
commit | 0a3cd4a1e3659c3feb7a7933f4bc5993d62d3b7f (patch) | |
tree | 77d98f3ab900a1ff2ba234a16e4985e22df5fbce /sca-cpp/trunk/modules/http/httpd-ssl-conf | |
parent | 0b7e1327b4c79940f7626e9127ae213a76540eb4 (diff) |
Build memcached from source as the Ubuntu 9.10 memcached package is back level. Minor typo fixes in httpd config scripts.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/modules/http/httpd-ssl-conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/http/httpd-ssl-conf b/sca-cpp/trunk/modules/http/httpd-ssl-conf index b064dc02dc..ef4c0c1a71 100755 --- a/sca-cpp/trunk/modules/http/httpd-ssl-conf +++ b/sca-cpp/trunk/modules/http/httpd-ssl-conf @@ -65,7 +65,7 @@ CustomLog $root/logs/ssl_access_log sslcombined LogLevel warn # Require clients to present either: -# a certificate signed with our CA certificate of authority +# a certificate signed with our certification authority certificate # or a userid + password for HTTP basic authentication <Location /> Satisfy Any |