On Tue, Mar 21, 2000, John Huttley wrote:

> I'd like to draw your attention to the fact that if you have a missing
> httpd.conf,
> and compile apache with ssl and php, It will create a new one.
> At the end of of the loadmodule section, it has something like
> 
> <IfDefine SSL>
> LoadModule SSL_Module     <path>
> LoadModule php4_module    <path>
> </IfDefine>
> 
> Note that it has entrapped php. The Php4 module was the last in the
> sequence.

Hmmm... yes, it's not a bug in mod_ssl, it's a buglet in APXS which PHP4
uses. Because APXS just searches for the last LoadModule line and adds
the new one after it. APXS should be fixed to be aware of surrounding
sections.
                                       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