Date: 03/15/01
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #9735 Updated: Mysql / IMAP issues"
- Previous message: yavo: "Re: [PHP-DEV] oci hell."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 9756
Updated by: sniper
Reported By: mrobinso <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] wez <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] mrobinso <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #9735 Updated: Mysql / IMAP issues"
- Previous message: yavo: "Re: [PHP-DEV] oci hell."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

