php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5256 LoadModule line in apache's httpd.conf is incorrectly inserted.
Submitted: 2000-06-29 02:56 UTC Modified: 2000-08-17 05:02 UTC
From: brianj at fusionwerks dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0 Latest CVS (29/06/2000) OS: Linux Mandrake 7.1 (Apache 1.3.1
Private report: No CVE-ID: None
 [2000-06-29 02:56 UTC] brianj at fusionwerks dot com
I'm using the latest snapshot of PHP 4.0.1 (June 28, 2000) and during the alteration of httpd.conf, the LoadModule line is incorrectly inserted:

LoadModule php_module        libexec/libphp4.so

The above line should read:

LoadModule php4_module        libexec/libphp4.so

Or Apache fails to (cannot) load libphp4.so. After that line was corrected, all loaded fine.

Brian Clark

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 02:01 UTC] waldschrott@php.net
Please verify that it?s still happening using the latest version of PHP (release 4.0.1pl2 or CVS).
 [2000-08-17 05:02 UTC] sniper@php.net
Cannot reproduce with latest CVS => fixed.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 05:01:31 2024 UTC