Files
bsdports/net/apache/files/patch-docs__conf__extra__httpd-ssl.conf.in
2025-08-27 17:10:19 +02:00

23 lines
898 B
Plaintext

--- docs/conf/extra/httpd-ssl.conf.in.orig 2015-05-27 18:59:59 UTC
+++ docs/conf/extra/httpd-ssl.conf.in
@@ -124,8 +124,8 @@ SSLSessionCacheTimeout 300
DocumentRoot "@exp_htdocsdir@"
ServerName www.example.com:@@SSLPort@@
ServerAdmin you@example.com
-ErrorLog "@exp_logfiledir@/error_log"
-TransferLog "@exp_logfiledir@/access_log"
+ErrorLog "@exp_logfiledir@/error.log"
+TransferLog "@exp_logfiledir@/access.log"
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
@@ -284,7 +284,7 @@ BrowserMatch "MSIE [2-5]" \
# 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@/ssl_request.log" \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>