ssl or mod_ssl separately. If you need to compile the source, I've used
these commands in the past:
./configure --prefix=/usr/local/httpd-2.0.48 \
--enable-ssl --with-ssl=/usr/local/src/openssl-0.9.7c/ \
--enable-so \
--enable-speling \
--enable-rewrite \
--disable-userdir \
--disable-status \
--disable-imap
make
make install
All I did was download the latest OpenSSL source code and point to it
with Apache. You shouldn't even have to configure or make the OpenSSL
source. Alternately you might be able to link wherever your OpenSSL
binaries are, but I'm not sure of that.
-Cliff
On Tue, 17 Aug 2004 08:47:41 -0700 [EMAIL PROTECTED] wrote:
>Hello Pete,
>
>I tried compiling mod_ssl with Apache 2 and got fatal errors about
>the source
>tree being different ... so couldn't compile it. I went through
>this
>process several times trying to get it right: http://www.modssl.org/example/
>
>I also keep looking at this page which seems to imply that ssl is
>built in to Apache 2:
>http://httpd.apache.org/docs-2.0/ssl/ssl_howto.html and can simply
>be
>activated with configuration changes ... is that the case?
>
>Did you do anything special to compile Apache 2 with mod_ssl?
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]
