Re: apache13 apache13 with ssl support

2007-06-27 Thread Karol Kwiatkowski
zigniew szalbot wrote:
 Hello,

Hi,

 I installed apache13 once upon a time and would like now to try out https.
 My question is how do I go about it? Should I uninstall apache and then
 install apache13-modssl or apache13-ssl?

You may try:

# portupgrade -f -o www/apache13-modssl apache

(modulo ports' names, it's straight out of my head :)


Or 'manually':

# cd /usr/ports/www/apache13-modssl  make
# cd /usr/ports/www/apache13  make deinstall
# cd /usr/ports/www/apache13-modssl  make [install|package]

(so that apache can run while apache-modssl port is compiling)

First method keeps backup package, so it may be better.


 Is there a better way like installing the missing ssl modules?

IIRC, Apache must be patched to use mod_ssl, recompilation is required.

HTH,

Karol

-- 
Karol Kwiatkowski   karol.kwiat at gmail dot com
OpenPGP 0x06E09309



signature.asc
Description: OpenPGP digital signature


apache13 apache13 with ssl support

2007-06-26 Thread zigniew szalbot
Hello,

I installed apache13 once upon a time and would like now to try out https.
My question is how do I go about it? Should I uninstall apache and then
install apache13-modssl or apache13-ssl?

Is there a better way like installing the missing ssl modules?

The handbook says: If you have not yet installed Apache, then a version of
Apache 1.3.X that includes mod_ssl may be installed with the
www/apache13-modssl port.

Since I have already installed apache, I am not sure how to add the
missing ingredients.

Many thanks in advance!

Zbyszek

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]