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
State Changed From-To: open->feedback Is this still a problem in the latest version of the port?
State Changed From-To: feedback->patched 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 I will take care of it.
State Changed From-To: patched->closed Patched so user need only to add his certificate