summaryrefslogtreecommitdiffstats
path: root/ssl.conf
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2005-12-05 17:26:03 +0000
committerjorton <jorton@fedoraproject.org>2005-12-05 17:26:03 +0000
commit9f9ccbc5d357f396e58955c1ab92e4d072ef49bf (patch)
tree4906867c6a48108af5067750010f1a52195122c5 /ssl.conf
parent96e0b3384f3e4b6be9bc3128de327f3f7fab3265 (diff)
downloadhttpd-9f9ccbc5d357f396e58955c1ab92e4d072ef49bf.tar.gz
httpd-9f9ccbc5d357f396e58955c1ab92e4d072ef49bf.tar.xz
httpd-9f9ccbc5d357f396e58955c1ab92e4d072ef49bf.zip
- don't strip C-L from HEAD responses (Greg Ames, #110552)httpd-2_2_0-2
- load mod_proxy_balancer by default - add proxy_ajp.conf to load/configure mod_proxy_ajp - Obsolete mod_jk - update docs URLs in httpd.conf/ssl.conf
Diffstat (limited to 'ssl.conf')
-rw-r--r--ssl.conf9
1 files changed, 2 insertions, 7 deletions
diff --git a/ssl.conf b/ssl.conf
index 738ae3b..647a4a4 100644
--- a/ssl.conf
+++ b/ssl.conf
@@ -2,7 +2,7 @@
# This is the Apache server configuration file providing SSL support.
# It contains the configuration directives to instruct the server how to
# serve pages over an https connection. For detailing information about these
-# directives see <URL:http://httpd.apache.org/docs-2.0/mod/mod_ssl.html>
+# directives see <URL:http://httpd.apache.org/docs/2.2/mod/mod_ssl.html>
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
@@ -11,14 +11,9 @@
LoadModule ssl_module modules/mod_ssl.so
-# Until documentation is completed, please check http://www.modssl.org/
-# for additional config examples and module docmentation. Directives
-# and features of mod_ssl are largely unchanged from the mod_ssl project
-# for Apache 1.3.
-
#
# When we also provide SSL we have to listen to the
-# standard HTTP port (see above) and to the HTTPS port
+# the HTTPS port in addition.
#
Listen 443