php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #19465 httpd.conf Fix for Apache 2
Submitted: 2002-09-18 03:32 UTC Modified: 2002-12-01 16:47 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: Geert dot Poels at skynet dot be Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.3 OS: Windows 2000
Private report: No CVE-ID: None
 [2002-09-18 03:32 UTC] Geert dot Poels at skynet dot be
For an Apache installation :
The install.txt suggests to add 3 lines to httpd.conf

   LoadModule php4_module c:/php/sapi/php4apache.dll
   AddModule mod_php4.c
   AddType application/x-httpd-php .php

However   AddModule mod_php4.c
caused errors on my installation Windows2000/Apache2.
Putting this line in comment (or not adding it) worked.
I found this solution in the newsgroups.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-18 06:11 UTC] goba@php.net
Actually the documentation on installation has more information on the AddModule directive, and when to use it. Please recheck that that documentation is ok or not, and provide feedback. Thanks.
 [2002-10-08 21:57 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2002-10-17 17:25 UTC] kbbabb at ualr dot edu
the editor referred the previous commentor to the docs, but there are no modules noted in the documentation regarding Apache 2 and PHP 4.  There is no mod_php4.c installed with the windows binary (from the zip), and it's been impossible to find comments on it.  I suspect that since the Apache2 build uses shared objects this is why there is a problem.  Even if this is not fixed right away, when will we hear from the developers???  Just a "we're working on "X" b/c of "Y" and it will be some time before "Z" would suffice.
 [2002-12-01 16:47 UTC] philip@php.net
index.txt was modified.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 09:01:27 2024 UTC