Hello all,

I've been to several sites reading about how to add
mod_ssl to apache. Each site has a slightly different
set of instructions, that makes it a little confusing.
Also the directory structure for apache is different
on RH and that makes it more difficult to figure out
things.

I'm hoping for some good advice from the more
experienced members and thank you all for your time in
advance.

Here's what I've found and my questions

At modssl.org chapter 1, "Module Building", I found:

------- on modssl.org chapter 1 ------------
Expecting to find mod_ssl under the src/modules/ssl/
subdirectory inside the Apache source tree the
instruction to add it is as follows:

    $ cd apache_1.3.x/
    $ SSL_BASE=/path/to/openssl ./configure ...
--enable-module=ssl
--------- end of modssl.org ----------------

Then on httpd.apache.org/docs/dso.html I found another
set of instructions that seem to replace SSL_BASE with
--prefix and some install directory name.
Am I to assume the install directory is where my
openssl is installed?  

-------- httpd.apache.org/docs/dso.html ---
$ ./configure --prefix=/path/to/install
        --enable-shared=foo
$ make install
--------------------------------------------

What ./configure file is being used in these
instructions?  I didn't find any 'configure' file
under apache or openssl subtree. I found seven
different versions of libssl.so and libssl.a under my
/usr/lib and /usr/lib/apache and /usr/include/openssl,
which one of the libraries containing openssl
information is the one for mod_ssl?

Thanks for your advice
Leila



__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to