summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-docs:conf:ssl-std.conf.in
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-12-11 18:06:04 +0000
committerClement Laforet <clement@FreeBSD.org>2004-12-11 18:06:04 +0000
commita3468fefcb7e17260776ae49bc4053c7b66076fb (patch)
treeb345059920aea199678ac75606fc64d5512e13c2 /www/apache22/files/patch-docs:conf:ssl-std.conf.in
parentConnect fgfs-base. (diff)
- Add apache 2.1.2
This is a development version, awaiting for 2.2
Diffstat (limited to 'www/apache22/files/patch-docs:conf:ssl-std.conf.in')
-rw-r--r--www/apache22/files/patch-docs:conf:ssl-std.conf.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/apache22/files/patch-docs:conf:ssl-std.conf.in b/www/apache22/files/patch-docs:conf:ssl-std.conf.in
new file mode 100644
index 000000000000..cf0bbeab218d
--- /dev/null
+++ b/www/apache22/files/patch-docs:conf:ssl-std.conf.in
@@ -0,0 +1,24 @@
+$FreeBSD$
+
+--- docs/conf/ssl-std.conf.in.orig Mon Oct 13 16:14:10 2003
++++ docs/conf/ssl-std.conf.in Mon Oct 13 16:15:17 2003
+@@ -88,8 +88,8 @@
+ DocumentRoot "@exp_htdocsdir@"
+ ServerName www.example.com:443
+ ServerAdmin you@example.com
+-ErrorLog @exp_logfiledir@/error_log
+-TransferLog @exp_logfiledir@/access_log
++ErrorLog @exp_logfiledir@/httpd-error.log
++TransferLog @exp_logfiledir@/httpd-access.log
+
+ # SSL Engine Switch:
+ # Enable/Disable SSL for this virtual host.
+@@ -240,7 +240,7 @@
+ # Per-Server Logging:
+ # The home of a custom SSL log file. Use this when you want a
+ # compact non-error SSL logfile on a virtual host basis.
+-CustomLog @exp_logfiledir@/ssl_request_log \
++CustomLog @exp_logfiledir@/httpd-ssl_request.log \
+ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
+
+ </VirtualHost>