Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2003 22:31:16 -0700
From:      "Mike Maltese" <mike@pcmedx.com>
To:        <freebsd-questions@freebsd.org>
Cc:        culley harrelson <culley@fastmail.fm>
Subject:   Re: apache13 to apache13-modssl port migration
Message-ID:  <000801c3775c$c15dea80$f4f0a8c0@pcmedx.com>
References:  <bjm4dq$8a9$1@sea.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Don't install it on top of you old installation.

cd /usr/ports/www/apache13
make deinstall
 - or -
pkg_delete -f apache-1.3.xx

Then:
cd /usr/ports/www/apache13-modssl
make install clean
make certificate (optional)

Your original httpd.conf won't be deleted. You can use the new one
(httpd.conf-dist) as a reference for the SSL directives and migrate your
settings. You should also manually replace the old startup script with the
new one (apache.sh-sample) as it is slightly different (it enables mod_ssl
at startup).

> I am currently running /usr/ports/www/apache13 and I want to switch to
> /usr/ports/www/apache13-modssl.  Has anyone make this transition?  I
> don't know what to expect and I don't have a freebsd test box right now.
>   I am worried about the ports dependent on apache13-- what happens to
> them if I just install apache13-modssl on top?  I do use portupgrade.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801c3775c$c15dea80$f4f0a8c0>