Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2007 16:45:07 -0400
From:      Steve Bertrand <iaccounts@ibctech.ca>
To:        Schiz0 <schiz0phrenic21@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: how to start apache22 without ssl
Message-ID:  <46954153.5040305@ibctech.ca>
In-Reply-To: <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com>
References:  <46952078.10809@videotron.ca> <8d23ec860707111323u15ba2e4td9eacad0e82c65c1@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Apache22 from ports doesn't use SSL by default. Check your httpd.conf
> file and make sure the LoadModule for "ssl_module" line is commented
> out.

I'm near certain that it does, but then again I may be wrong. From Makefile:

.if !defined(WITHOUT_SSL_MODULES)
USE_OPENSSL=    yes
.endif

...and this shows up in Makefile.doc as a configure argument:

##      WITHOUT_SSL:              Disable SSL support

Steve



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