> > 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.

I also ran into that... the problem is that depending on your compilation settings,
EAPI_MM_CORE_PATH can either be an absolute or relative path. Only in the latter
case will httpd -d <server-root> have an effect.
So check your src/apaci to make sure it's a relative path.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to