Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 1998 15:55:13 -0800 (PST)
From:      Andreas Klemm <andreas@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
Message-ID:  <199802222355.PAA02041@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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