openbsd-ports/www/bricolage/patches/patch-conf_httpd_conf
sturm 12ebd1daaf Initial import of bricolage 1.10.2
Bricolage is a full-featured, enterprise-class content management system.
It offers a browser-based interface for ease-of use, full-fledged
templating systems with complete programming language support for
flexibility, and many other features. It operates in an Apache/mod_perl
environment, and uses the PostgreSQL RDBMS for its repository.

WWW: http://www.bricolage.cc/
2006-11-10 17:04:37 +00:00

18 lines
833 B
Plaintext

$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