$OpenBSD: patch-conf_httpd_conf,v 1.1.1.1 2006/11/10 17:04:39 sturm Exp $
--- conf/httpd.conf.orig	Sun Oct 22 16:12:27 2006
+++ conf/httpd.conf	Sun Oct 22 16:13:30 2006
@@ -46,10 +46,10 @@ Timeout              30
     # Enabled on a per virtual host basis
     SSLEngine off
     SSLPassPhraseDialog    builtin
-    SSLSessionCache        dbm:/usr/local/apache/logs/ssl_scache
+    SSLSessionCache        dbm:/var/www/logs/ssl_scache
     SSLSessionCacheTimeout 300
-    SSLMutex               file:/usr/local/apache/logs/ssl_mutex
-    SSLLog                 /usr/local/apache/logs/ssl_engine_log
+    SSLMutex               file:/var/www/logs/ssl_mutex
+    SSLLog                 /var/www/logs/ssl_engine_log
     SSLLogLevel            info
     SSLRandomSeed          startup builtin
     SSLRandomSeed          connect builtin
