Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2002 23:14:13 -0800 (PST)
From:      Ryan <ryan@servercity.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36363: apache13-ssl -  default'httpsd.conf' lacks nessicary ssl info to run daemon
Message-ID:  <200203270714.g2R7EDL20228@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         36363
>Category:       ports
>Synopsis:       apache13-ssl -  default'httpsd.conf' lacks nessicary ssl info to run daemon
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 26 23:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ryan
>Release:        4.5-STABLE
>Organization:
ServerCity
>Environment:
FreeBSD navi.static.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 25 04:04:28 GMT 2002     root@navi.static.net:/usr/obj/usr/src/sys/NAVI  i386
>Description:
      Default install creates a file called 'httpsd.conf', however when attempting to start the service, the following error is reported in /var/log/httpsd_error_log:

[Tue Mar 26 07:40:21 2002] [crit] Required SSLCacheServerPort missing

>How-To-Repeat:
Edit and configure the file /usr/local/etc/apache/httpsd.conf as instructed from make install

httpsdctl start ; tail /var/log/httpsd_error_log
>Fix:
Add the following lines from the file '/usr/ports/www/apache13-ssl/work/apache_1.3.12/SSLconf/conf/httpd.conf'


# Note that all SSL options can apply to virtual hosts.

# Disable SSL. Useful in combination with virtual hosts. Note that SSLEnable is
# now also supported.
#SSLDisable
SSLEnable

# Set the path for the global cache server executable.
# If this facility gives you trouble, you can disable it by setting
# CACHE_SESSIONS to FALSE in apache_ssl.c
SSLCacheServerPath /usr/local/sbin/gcache

# Set the global cache server port number, or path. If it is a path, a Unix
# domain socket is used. If a number, a TCP socket.
SSLCacheServerPort logs/gcache_port
#SSLCacheServerPort 1234

# Directory for the cache server to run in (in case of crashes). Optional.
SSLCacheServerRunDir /usr/tmp

# Set the session cache timeout, in seconds (set to 15 for testing, use a
# higher value in real life)
SSLSessionCacheTimeout 15

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203270714.g2R7EDL20228>