From nobody@FreeBSD.org  Tue Mar 26 23:14:14 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id A32C537B41A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 26 Mar 2002 23:14:13 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g2R7EDL20228;
	Tue, 26 Mar 2002 23:14:13 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200203270714.g2R7EDL20228@freefall.freebsd.org>
Date: Tue, 26 Mar 2002 23:14:13 -0800 (PST)
From: Ryan <ryan@servercity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: apache13-ssl -  default'httpsd.conf' lacks nessicary ssl info to run daemon
X-Send-Pr-Version: www-1.0

>Number:         36363
>Category:       ports
>Synopsis:       apache13-ssl -  default'httpsd.conf' lacks nessicary ssl info to run daemon
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 26 23:20:01 PST 2002
>Closed-Date:    Mon Jan 27 09:07:04 PST 2003
>Last-Modified:  Mon Jan 27 09:07:04 PST 2003
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: petef 
State-Changed-When: Sun May 26 18:06:27 PDT 2002 
State-Changed-Why:  
Is this still a problem in the latest version of the port? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36363 
State-Changed-From-To: feedback->patched 
State-Changed-By: dinoex 
State-Changed-When: Mon Jan 27 08:39:31 PST 2003 
State-Changed-Why:  
problem still in effect, patched so error is now: 
[crit] No SSL Certificate set for server XXXX: 


Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: dinoex 
Responsible-Changed-When: Mon Jan 27 08:39:31 PST 2003 
Responsible-Changed-Why:  
I will take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36363 
State-Changed-From-To: patched->closed 
State-Changed-By: dinoex 
State-Changed-When: Mon Jan 27 09:06:24 PST 2003 
State-Changed-Why:  
Patched so user need only to add his certificate 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36363 
>Unformatted:
