On Fri, May 07, 1999, Tim Armbruster wrote:
> I have been using Fast CGI as a DSO on my regular Apache 1.3.3 server. I
> now want to use the SSL layer, and have been successful in installing
> mod_ssl with Apache 1.3.6. This was a real breeze compared to Apache-SSL.
> Thanks! However, I am unable to add DSO's (with APXS) after installing. I
> get an error saying that I can no longer use DSO's, or something like that.
> Do I have to use the "--enable-shared=ssl" flag when configuring? Will this
> enable ALL DSO's, not just SSL? Should an example of this situation be
> included at the end of the INSTALL file that comes with the distribution?
No, --enable-shared=ssl enables only mod_ssl as a DSO. This has nothing to do
with APXS itself. The only think you've to remember is that when you want to
use APXS at least one module has to be built as a DSO, so mod_so was built
into httpd. Alternatively you can use just --enable-module=so do get it.
That's all you need for using APXS.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]