5-Jul-99 10:20 you wrote:
> Hello!

> I want to install the module for the "Sercure Socket Layer". I have an
> apache www-server and i want to install a module. The php3 module was easy
> to install as an module. But the module for ssl is realy hard.

Yes, it should be :-)) Blame US goverment, not Apache developers. Even program
with crypto-hooks (without any crypto built-in!) is not exportable in source
form... And since some Apache developers are US citiziens... You got the
point :-)

> I want to install ssl as an module, but I don't know if that possible!

It's not possible.

> I have donwload sources (Apache 1.3.6, Open-SSL and Mod_SSL) and build the
> binaries. At the end, I had a file named libssl.so; so I copied it in the
> module-directory of my www-server (/usr/libexec/apache), added the lines in
> my httpd.conf:
> AddModule ssl_module libex/libssl.so
> LoadModule ssl_module mod_ssl.c

> Now I start my server new (/sbin/init.d/apache stop /sbin/init.d/apache
> start), and I get the message:
> Segmentation fault.

Hmm. Something is really wrong then. Since server must just say that libssl.so
is non-acceptable...

> I just copied the libssl.so in the modules-directory. I don't update the
> httpd binary, because I want to use my old server!

You can not.

> If I remove the lines from the httpd.conf everything works (without https).
> Can't I install the SSL as a module? And why I can install it? Could I use
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Huh. May be you wanted to ask "why I can not install it" ? Because crypto-hooks
can not be added to Apache core and there are not enough flexability in internal
Apache structure to do this without such hooks...

> the old server-binary?

No, you can not.


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to