From:             [EMAIL PROTECTED]
Operating system: Redhat6.1 / Redhat7.0
PHP version:      4.0.4pl1
PHP Bug Type:     *Install and Config
Bug description:  Module activation line in wrong place with ssl

When executing 'make install', php4 activates the
php module by adding 2 lines to httpd.conf.

If I have SSL installed, then php4 activates itself
by adding the lines thus:

<IfDefine SSL>
LoadModule ssl_module         libexec/libssl.so
LoadModule php4_module        libexec/libphp4.so
</IfDefine>

...and...

<IfDefine SSL>
AddModule mod_ssl.c   
AddModule mod_php4.c
</IfDefine>

Starting apache without ssl excludes the php module.

Apache is 1.3.19, but I think it happens with 1.3.14
and 1.3.17 as well.







-- 
Edit Bug report at: http://bugs.php.net/?id=9756&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to