Sorry, I take that back!!!

You're right, it doesn't work when using the shm ssl cache.  I got the same
error, couldn't open the semaphore file.
This is using the default install, and just swapping the dbm ssl session
cache for the shm ssl session cache.

I tried doing a touch on ~apache/logs/ssl_scache, but now ssl requests just
sit there an never come back.

There was a number of changes in the ssl caching layer, I should have tested
that pre-release Ralf mentioned a while back.

Ralf, can you look into this, unfortunately, I don't have the time right
now.  :-(

-Dave

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of David Rees
> Sent: Friday, October 13, 2000 10:21 AM
> To: [EMAIL PROTECTED]
> Subject: RE: apache-1.3.14 fails to start with modssl-2.7.0 on IRIX65
>
>
> Looking at your error a little closer, it looks like a
> configuration error.
>
> I did not have any problems compiling running mod_ssl 2.7.0-1.3.14 over
> here:
>
> [Sat Oct 14 06:14:04 2000] [notice] Apache/1.3.14 (Unix) mod_ssl/2.7.0
> OpenSSL/0.9.6 configured -- resuming normal operations
>
> This is on IRIX64, 6.5.8m.
>
> Do you have the SSLMutex parameter set in your configuration file?  I
> recommend starting from the httpd.conf.default installed and then adding
> your configuration from there if you still have problems.
>
> -Dave
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew Brady
> > Sent: Friday, October 13, 2000 9:54 AM
> > To: modssl
> > Subject: apache-1.3.14 fails to start with modssl-2.7.0 on IRIX65
> >
> >
> > Trying out the new modssl/mm/apache/openssl and am getting the
> > following error on startup after everything has compiled ok.
> >
> >   mod_ssl: Cannot allocate shared memory: mm:core: failed to open \
> >   semaphore file (No such file or directory)
> >
> > All directory permissions have checked out ok and the file is created
> > in the logs directory of my ServerRoot. I am using a config that works
> > ok with my previous build (apache-1.3.12/modssl-2.6.3).
> >
> > I am using the following versions:
> >
> >   apache_1.3.14.tar.gz
> >   openssl-0.9.5a.tar.gz
> >   mod_ssl-2.7.0-1.3.14.tar.gz
> >   mm-1.1.3.tar.gz
> >
> > Should I just upgrade to openssl-0.9.6?
> >
> > For reference my compilation details follow for IRIX6.5 mip3 cc.
> >
> > NB. Everything works ok on linux-elf.
> >
> > Cheers,
> >
> > Andy
> >
> >
> >
> >
> > cd mm-1.1.3
> > ./configure --disable-shared
> > make
> > make test
> > cd ..
> >
> > cd openssl-0.9.5a
> > ./configure irix-mips3-cc
> > make
> > make test
> > cd ..
> >
> > cd mod_ssl-2.7.0-1.3.14
> > ./configure \
> >  --with-mm=../mm-1.1.3 \
> >  --with-apache=../apache_1.3.14 \
> >  --with-ssl=../openssl-0.9.5a \
> >  --enable-shared=ssl \
> >  --enable-module=expires \
> >  --enable-shared=expires \
> >  --enable-module=rewrite \
> >  --enable-shared=rewrite \
> >  --prefix=/usr/local/apps/apache1.3.14
> > cd ../apache_1.3.14
> > make
> > make certificate TYPE=dummy
> > make install

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to