ID: 9756
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Install and Config
Assigned To: 
Comments:

Not PHP problem. It seem like the apxs tool just
finds the last LoadModule / AddModule entries
and adds the new module after them.

Still, this is not a bug in PHP but in apxs.

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2001-03-14 17:25:21] [EMAIL PROTECTED]
I also find this problem using SuSE 7.0 (apache 1.3.12), BUT I think this is a problem 
with apxs and not the PHP installer.
A quick grep for the word "activating" through the PHP tree reveals that it is not PHP 
which does the activating.


---------------------------------------------------------------------------

[2001-03-14 14:33:03] [EMAIL PROTECTED]
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.






---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9756&edit=2


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