>I'm totally busy with other mod_ssl things these days but those of you who
had
>problems with the Apache+mod_perl+mod_ssl combination last time perhaps want
>to try out this new release.  Give us feedback if it works and if it doesn't
>where problems still exist. Doug also created a INSTALL.simple.mod_ssl file
>in the mod_perl distribution as I recognized via the CVS commit messages.
>Look also at this file and give Doug MacEachern <[EMAIL PROTECTED]> feedback
>when you discover problems.

It works like a charm. 

However; I do it like this:

./configure \
 --prefix=/usr/local/apache\
 --enable-module=rewrite\
 --enable-module=ssl\
 --activate-module=src/modules/extra/mod_myownextra.o\
 --enable-module=myownextra\
 --activate-module=src/modules/perl/libperl.a\
 --enable-module=perl\


But in the Configuration.apaci, the AddModuler-perl line always is last,
but I suppose the mod_ssl, should, so I hand-reorder these lines in
Configuration.apaci so that the last 3 lines appear in this order
(top->bottom) myownextra, perl, ssl.

Do I really have to be this paranoid? In what order do they HAVE to be? If
this is important -- In what order should they appear in the
configure-options to be correct from the start in the
Configuration.apaci-file?I've experimented a lot, but the
addmodule-ssl-line never seem to get to the bottom. 

Thanks again for every help, Victor and Ralf!

- --
magnus bodin -- http://$sum(2,2).x42.com/

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to