mm library enable or disable shared for modssl as DSO.
mm library enable or disable shared for modssl as DSO.
am 10.06.2003 23:31:28 von kulkarni veena
Hello,
I'm trying to use mm shared library for Apache2.0.45
with modssl as DSO . My question is should I configure
MM_shared library --enable-shared or --disable-shared.
Thanks in advance.
--veena
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: mm library enable or disable shared for modssl as DSO.
am 10.06.2003 23:39:37 von Mads Toftum
On Tue, Jun 10, 2003 at 02:31:28PM -0700, kulkarni veena wrote:
> Hello,
>
> I'm trying to use mm shared library for Apache2.0.45
> with modssl as DSO . My question is should I configure
> MM_shared library --enable-shared or --disable-shared.
>
There's no need for MM with apache2 - it has its own shared
memory handling built in if your os supports it.
vh
Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: mm library enable or disable shared for modssl as DSO.
am 10.06.2003 23:53:38 von kulkarni veena
Hi,
Thanks. To use the shared library from apache should
something be set while configuring apache? I'm using
SunOS 5.9 , does this OS support it?
I was trying to do this hoping this would make my
https server work for Internet explorer.
-veena
--- Mads Toftum wrote:
> On Tue, Jun 10, 2003 at 02:31:28PM -0700, kulkarni
> veena wrote:
> > Hello,
> >
> > I'm trying to use mm shared library for
> Apache2.0.45
> > with modssl as DSO . My question is should I
> configure
> > MM_shared library --enable-shared or
> --disable-shared.
> >
> There's no need for MM with apache2 - it has its own
> shared
> memory handling built in if your os supports it.
>
> vh
>
> Mads Toftum
> --
> `Darn it, who spiked my coffee with water?!' - lwall
>
>
____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl)
> www.modssl.org
> User Support Mailing List
> modssl-users@modssl.org
> Automated List Manager
majordomo@modssl.org
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: mm library enable or disable shared for modssl as DSO.
am 11.06.2003 08:45:33 von Mads Toftum
On Tue, Jun 10, 2003 at 02:53:38PM -0700, kulkarni veena wrote:
> Hi,
>
> Thanks. To use the shared library from apache should
> something be set while configuring apache? I'm using
> SunOS 5.9 , does this OS support it?
>
It shouldn't be a problem on your os - at least I've used shared
memory session caching on solaris 7 & 8 many times. The thing to
configure is SSLSessionCache which should be set to something like:
SSLSessionCache shm:/usr/local/apache/logs/ssl_gcache_data(512000)
http://httpd.apache.org/docs-2.0/mod/mod_ssl.html#sslsession cache
vh
Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org