answer my own question for the search engines. Yes it works fine. apache-sslctl blacklists mod_ssl and doesn't allow it to be added to /etc/apache-ssl/modules.conf via the apache-modconf mechanism (lame). Copy modules.conf to modules.conf.custom. change the Include in your httpd.conf to use modules.conf.custom instead. Edit modules.conf.custom and remove the line:
LoadModule apache_ssl_module /usr/lib/apache/1.3/libssl.so replace it with: LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so .. also note that the various SSL directives for Apache-SSL are different than the ones used for mod_ssl. This isn't fool proof of course but it'll work and won't break your apache-* packages quite as badly. On Wed, 2005-08-10 at 17:31 -0500, Matthew Lenz wrote: > I'm using the apache 1.3 packages. How can I use apache-modconf to > disable apache_ssl and enable mod_ssl in the apache-ssl package? Will > it work? I noticed that when installing the libapache-mod-ssl package > that it automatically updated my /etc/apache/modules.conf > and /etc/apache-perl/modules.conf (both of which I disabled mod_ssl > support in right away) but didn't touch > the /etc/apache-ssl/modules.conf. Will mod_ssl work with the apache-ssl > 1.3 package? > > -Matt > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

