diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-10-30 20:39:05 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-10-30 20:39:05 +0000 |
commit | 0b1f4f30b90d5c7866bc4e6767a20a3e5c768f82 (patch) | |
tree | 2cc0d791db7011d4c17a18ab093753d48618f4c8 /www/apache22/files/patch-docs_conf_extra_httpd-ssl.conf.in | |
parent | 3abd38c37af791f909710004497ef9776fefca39 (diff) |
Notes
Diffstat (limited to 'www/apache22/files/patch-docs_conf_extra_httpd-ssl.conf.in')
-rw-r--r-- | www/apache22/files/patch-docs_conf_extra_httpd-ssl.conf.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/apache22/files/patch-docs_conf_extra_httpd-ssl.conf.in b/www/apache22/files/patch-docs_conf_extra_httpd-ssl.conf.in new file mode 100644 index 000000000000..15ca7ef1e237 --- /dev/null +++ b/www/apache22/files/patch-docs_conf_extra_httpd-ssl.conf.in @@ -0,0 +1,22 @@ +--- docs/conf/extra/httpd-ssl.conf.in.orig Sun Oct 30 19:40:45 2005 ++++ docs/conf/extra/httpd-ssl.conf.in Sun Oct 30 19:41:50 2005 +@@ -77,8 +77,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. +@@ -225,7 +225,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> |