php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #13774 Missing information in isapi installation for apache
Submitted: 2001-10-20 14:51 UTC Modified: 2002-06-02 15:23 UTC
Votes:5
Avg. Score:4.6 ± 0.5
Reproduced:5 of 5 (100.0%)
Same Version:2 (40.0%)
Same OS:2 (40.0%)
From: denis at wildservices dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: Windows
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: denis at wildservices dot net
New email:
PHP Version: OS:

 

 [2001-10-20 14:51 UTC] denis at wildservices dot net
Under Windows 2000 Pro, when following the isapi install instructions for apache from the readme file, it fails to mention the need to add the line 

AddModule mod_php4.c

in httpd.conf because the line 

LoadModule php4_module /php/sapi/php4apache.dll

is not enough by itself to make it work correctly.
This is probably true for other windows OSes.
It happened for me with both binary and source distros of apache and PHP.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-23 16:55 UTC] ian_anderson at ptct dot com
This documentation is still not updated in v4.11
 [2002-04-05 03:02 UTC] guven at gilter dot com
One typo with the manual (Apache 1.3.24, WinME, PHP 4.1.1):

LoadModule php4 module c:/php/sapi/php4apache.dll

should be read as:

LoadModule php4_module c:/php/sapi/php4apache.dll

That had solved my problem with starting the Apache server, without a need for AddModule line, but that could be due to WinME.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 15:01:30 2025 UTC