Bug 36363 - apache13-ssl - default'httpsd.conf' lacks nessicary ssl info to run daemon
Summary: apache13-ssl - default'httpsd.conf' lacks nessicary ssl info to run daemon
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-27 07:20 UTC by Ryan
Modified: 2003-01-27 17:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan 2002-03-27 07:20:01 UTC
      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

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
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
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-05-27 02:06:27 UTC
State Changed
From-To: open->feedback

Is this still a problem in the latest version of the port?
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2003-01-27 16:39:31 UTC
State Changed
From-To: feedback->patched

problem still in effect, patched so error is now: 
[crit] No SSL Certificate set for server XXXX: 


Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2003-01-27 16:39:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

I will take care of it.
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2003-01-27 17:06:24 UTC
State Changed
From-To: patched->closed

Patched so user need only to add his certificate