summaryrefslogtreecommitdiff
path: root/www/apache13-ssl/files/patch-httpd.conf-dist
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
commit2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch)
tree3d7591c78a947273efae6c582aacdca524e69528 /www/apache13-ssl/files/patch-httpd.conf-dist
parent- Move all the fetching into fetch phase (diff)
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 ) with hat apache@
Notes
Notes: svn path=/head/; revision=288378
Diffstat (limited to 'www/apache13-ssl/files/patch-httpd.conf-dist')
-rw-r--r--www/apache13-ssl/files/patch-httpd.conf-dist32
1 files changed, 0 insertions, 32 deletions
diff --git a/www/apache13-ssl/files/patch-httpd.conf-dist b/www/apache13-ssl/files/patch-httpd.conf-dist
deleted file mode 100644
index 90ac6002e0c5..000000000000
--- a/www/apache13-ssl/files/patch-httpd.conf-dist
+++ /dev/null
@@ -1,32 +0,0 @@
---- conf/httpd.conf-dist.orig Wed Sep 4 06:39:41 2002
-+++ conf/httpd.conf-dist Mon Jan 27 17:29:26 2003
-@@ -943,6 +943,29 @@
- #</IfModule>
- # End of proxy directives.
-
-+# Note that all SSL options can apply to virtual hosts.
-+# Disable SSL. Useful in combination with virtual hosts. Note that SSLEnable is
-+# now also supported.
-+#SSLDisable
-+SSLEnable
-+
-+# Set the path for the global cache server executable.
-+# If this facility gives you trouble, you can disable it by setting
-+# CACHE_SESSIONS to FALSE in apache_ssl.c
-+SSLCacheServerPath @@ServerRoot@@/sbin/gcache
-+
-+# Set the global cache server port number, or path. If it is a path, a Unix
-+# domain socket is used. If a number, a TCP socket.
-+SSLCacheServerPort logs/gcache_port
-+#SSLCacheServerPort 1234
-+
-+# Directory for the cache server to run in (in case of crashes). Optional.
-+SSLCacheServerRunDir /usr/tmp
-+
-+# Set the session cache timeout, in seconds (set to 15 for testing, use a
-+# higher value in real life)
-+SSLSessionCacheTimeout 15
-+
- ### Section 3: Virtual Hosts
- #
- # VirtualHost: If you want to maintain multiple domains/hostnames on your