From owner-cvs-all Sun Feb 22 15:55:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07228 for cvs-all-outgoing; Sun, 22 Feb 1998 15:55:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07214; Sun, 22 Feb 1998 15:55:14 -0800 (PST) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02041; Sun, 22 Feb 1998 15:55:13 -0800 (PST) Date: Sun, 22 Feb 1998 15:55:13 -0800 (PST) Message-Id: <199802222355.PAA02041@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/www/apache-ssl/patches patch-ae ports/www/apache-ssl/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1998/02/22 15:55:13 PST Modified files: www/apache-ssl/patches patch-ae www/apache-ssl/scripts configure Log: Since Mark is in hospital and I think the change is worth ... - Create a working httpd.conf / httpd.conf-dist in $PREFIX/etc/apache-SSL - After a make certificate you get a working apache SSL server ! - The httpsd server now used Port 443 for sll and port 80 for normal operation - The correct hostname for the virtual-host running on port 80 in httpd.conf-dist is set with a perl "one liner" using `hostname`. - Works like a charm now ! - When creating the certificate you only have to be careful when typing in the - Organizational Unit Name (eg, section) and - Common Name (eg, YOUR name) One of them or both need to have the FQDN of your host, otherwise httpsd refuses to use the certificate cert.pem when starting up via rc.d/apache-ssl.sh startup script. This is a known "rogue" by people, who fiddled around with it ;-) So be careful ! ;-) Revision Changes Path 1.5 +134 -108 ports/www/apache-ssl/patches/patch-ae 1.6 +2 -0 ports/www/apache-ssl/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message