On Mon, Dec 13, 1999, Ken Filipps wrote:

> I use an apache 1.3.9 server with mod_perl 1.21, php 3.0.12, mod_ssl 2.4.9 
> and mm 1.0.12.  My addition of mm 1.0.12 is quite recent but I noticed that 
> it writes files 'httpd.mm.*' files to a directory declared by the internal 
> define EAPI_MM_CORE_PATH.  This path does not seem to follow the path 
> indicated by the SSLSessionCache directive.
> 
> Is there a way to override the path set by EAPI_MM_CORE_PATH using a 
> httpd.conf directive? or do I have to manually edit the 
> apache_1.3.9/src/apaci file that is created to change this path in the 
> apache binary?  A directive would be much cleaner.

Correct, but for technical bootstrapping reasons a directive for httpd.conf is
not possible. Instead use ``CFLAGS='-DEAPI_MM_CORE_PATH="/path/to/wherever/"'
./configure'' when building Apache or use option -d when starting httpd.

                                       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]

Reply via email to