Re: mm library enable or disable shared for modssl as DSO.

2003-06-11 Thread 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

Re: mm library enable or disable shared for modssl as DSO.

2003-06-10 Thread 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

Re: mm library enable or disable shared for modssl as DSO.

2003-06-10 Thread 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 [EMAIL PROTECTED] wrote: On

RE: MM doesn't work now with 0.9.6e - Security related Bug in mm mm-1.2.1

2002-08-01 Thread Courtin Bert
Hi there, did you notice that there is a security bug in mm version 1.2.1 as well which was announced on Jul 30 2002? Have a look here: Advisory: http://www.openpkg.org/security/OpenPKG-SA-2002.007-mm.html (CERT ID 2002-453dcert). You can get the latest version of mm here:

Re: MM doesn't work now with 0.9.6e

2002-07-31 Thread David Wall
configure mod_ssl --with-apache=../apache_1.3.26 Seems like you need to supply mod_ssl with all of the configure directives you show below for apache, and then when it comes time to compile apache, you just run the auto-generated config.status script. At least that worked for me using the same

Re: MM doesn't work now with 0.9.6e

2002-07-31 Thread David Lowenstein
I'm an idiot. I set the EAPI_MM variable as MM_EAPI. Dyslexia gets you every time. Thanks Dave Dave Lowenstein Programmer/Analyst Instructional Technology Services San Diego State University (619)594-0270 http://www-rohan.sdsu.edu/dept/its On Wed, 31 Jul 2002, David Wall wrote: configure

Re: MM

2001-05-04 Thread Ralf S. Engelschall
On Mon, Apr 23, 2001, Diana Shepard wrote: Well I asked this about a week ago, but I'll ask again because I can't figure out what the heck MM wants. I'm trying to install mod_ssl2.8.2-1.3.19 on a Solaris 8 system. I'm at step 4 of the mod_ssl INSTALLATION instructions, the MM Shared Memory

RE: MM

2001-04-24 Thread Diana Shepard
Cliff, Thanks for the reply, but I am already using the GNU gcc compiler. Diana Shepard -Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 8:52 AM To: [EMAIL PROTECTED] Subject: Re: MM On Mon, 23 Apr 2001, Diana

Re: MM

2001-04-24 Thread Erdmut Pfeifer
On Mon, Apr 23, 2001 at 05:19:52PM -0600, Diana Shepard wrote: Well I asked this about a week ago, but I'll ask again because I can't figure out what the heck MM wants. I'm trying to install mod_ssl2.8.2-1.3.19 on a Solaris 8 system. I'm at step 4 of the mod_ssl INSTALLATION instructions,

RE: MM

2001-04-24 Thread Diana Shepard
:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 12:52 PM To: [EMAIL PROTECTED] Subject: Re: MM On Mon, Apr 23, 2001 at 05:19:52PM -0600, Diana Shepard wrote: Well I asked this about a week ago, but I'll ask again because I can't figure out what the heck MM wants. I'm trying to install

RE: MM

2001-04-24 Thread Geoff Thorpe
Um, as I haven't looked at the source and am unlikely to have a chance to dig into it for you, I'm wary of leaping in with off-the-top-of-my-head suggestions ... *but* ... :-) On Tue, 24 Apr 2001, Diana Shepard wrote: Thanks very much for the taking the time to respond. I tried your

Re: MM

2001-04-24 Thread Erdmut Pfeifer
On Tue, Apr 24, 2001 at 01:32:56PM -0600, Diana Shepard wrote: Erdmut, Thanks very much for the taking the time to respond. I tried your suggestion, but unfortunately the same error persists. sorry, my fault, didn't look closely enough at what the script is really doing. You also need

Re: MM problem: ap_mm_create() fails

2001-02-08 Thread Mads Toftum
On Thu, Feb 08, 2001 at 01:19:06PM +0100, Owen Boyle wrote: Now when I try to start apache on the external machine, I get: # ./httpd Ouch! ap_mm_create(1048576, "/home/apache/logs/httpd.mm.14992") failed Error: MM: mm:core: failed to acquire shared memory segment (Invalid argument): OS: No

Re: MM problem: ap_mm_create() fails

2001-02-08 Thread Owen Boyle
Mads Toftum wrote: There's a couple of things to try - first try the ipcs command to see the ipc status. Er I guess this might have something to do with it: # ipcs IPC status from running system as of Thu Feb 8 15:18:19 2001 Message Queue facility not in system. T ID KEY

Re: MM build / deploy question

2000-12-31 Thread Alexander Farber
Hi, "Schwartz, Mark" wrote: When using MM, is the semaphore file location hard-coded at compile time? I am trying to build a binary of apache which can be distributed across multiple servers and installed in different directories. When I put it in a different directory, I get the following

Re: MM and mod_ssl strangeness

2000-11-17 Thread Volker Borchert
In message [EMAIL PROTECTED] you write: | bash# /path/bin/httpsd-1.3.14 -f /path/etc/httpsd.portal.conf | Ouch! ap_mm_create(1048576, "/path/logs/httpsd.mm.363") failed | Error: MM: mm:core: failed to acquire shared memory segment (Invalid argument): OS: |No such file or directory Sounds

Re: MM and mod_ssl strangeness

2000-11-17 Thread Avery Buffington
Yep, that's what it was. The box it was built on had a huge value for shminfo_shmmax (apparently it was running oracle at one time or another). So for now the simplest solution was to rebuild the mm library on this particular target machine and then rebuild apache on that box. thanks for

RE: MM and mod_ssl strangeness

2000-11-16 Thread David Rees
Does the directory /path/logs exist? -Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Avery Buffington Sent: Thursday, November 16, 2000 10:24 AM To: mod_ssl mailing list Subject: MM and mod_ssl strangeness We've got a few sun E250's

Re: MM and mod_ssl strangeness

2000-11-16 Thread Avery Buffington
yeah, the directory exists and I thought maybe it was a permissions issue, so to test it out I tried chmod'ing 777 logs, but still same error. -avery David Rees wrote: Does the directory /path/logs exist? -Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: MM and EAPI

2000-11-06 Thread Victor
Thanks for your help. I will look in the archives (should've done this before though). Victor __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL

Re: MM and EAPI

2000-11-03 Thread Ralf S. Engelschall
On Fri, Nov 03, 2000, Victor wrote: Hi, I wanted to find out, if the MM lib is optional for Mod-SSL, Yes, MM is optional. what exactly does it add? It adds shared memory support to EAPI. Is Mod-SSL with MM more stable then the one without it? Faster? Not really more stable, but

Re: MM-1.0.11 configuration problems ....

1999-09-08 Thread Mehul N. Sanghvi
On Tue, Sep 07, 1999, Mehul N. Sanghvi wrote: I have upgraded my webserver to Apache 1.3.9 and was also in the process of upgrading my mod_ssl. Of course with the newer mod_ssl I need to use the MM package. No, you don't _HAVE_ to use MM. It's just recommended. But it's not a

Re: MM-1.0.11 configuration problems ....

1999-09-07 Thread Ralf S. Engelschall
On Tue, Sep 07, 1999, Mehul N. Sanghvi wrote: I have upgraded my webserver to Apache 1.3.9 and was also in the process of upgrading my mod_ssl. Of course with the newer mod_ssl I need to use the MM package. No, you don't _HAVE_ to use MM. It's just recommended. But it's not a

Re: MM access via rsync?

1999-08-31 Thread Ralf S. Engelschall
On Mon, Aug 30, 1999, [EMAIL PROTECTED] wrote: Any plans to make the MM CVS archive available via rsync? A recent query shows only: RSYNC service ready (rsync 2.3.1) wml-distrib Website META Language (WML): Distribution Files wml-cvs Website META Language (WML): CVS

Re: MM lib 1.08

1999-07-14 Thread Ralf S. Engelschall
On Fri, Jun 25, 1999, [EMAIL PROTECTED] wrote: Hiyas.. Well I seem to have gotten mod_ssl 2.3.5 + mm 1.0.8 + apache + mod_perl 1.20 compiled fine and running fine without seg faulting or Buss Erroring on solaris 2.6.. So long has I define SSLSessionCache as shm instead of dbm.. defining it

Re: MM lib 1.08

1999-07-14 Thread Jeffrey Hundstad
I just followed the US instructions in mod_ssl-2.3.5-1.3.6 with the optional mm-1.0.9 instructions. When I try to start the server I get: Ouch! ap_mm_create() failed IOT trap/Abort What /exactly/ does this mean... and where did I go wrong. BTW: I'm running: linux-2.2.9

Re: mm with mod_ssl

1999-06-01 Thread Ralf S. Engelschall
On Mon, May 31, 1999, John Hamlik wrote: While doing a standard install: ./configure --with-apache=../apache_1.3.6 \ --with-ssleay=../openssl-0.9.3a \ --with-mm=../mm-1.0.4 \ --prefix=/usr/local/apache I receive this error: Configuring for Apache, Version 1.3.6 + using