php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16909 apache2
Submitted: 2002-04-29 12:32 UTC Modified: 2002-04-29 17:59 UTC
From: office at icsnetworks dot at Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.0 OS: Win2k
Private report: No CVE-ID: None
 [2002-04-29 12:32 UTC] office at icsnetworks dot at
Is there a chance to install the SAPI Module under Apache2. I get a error when starting Apache2. Under 1.3.24 there is no problem.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-29 12:34 UTC] jan@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

 [2002-04-29 12:49 UTC] office at icsnetworks dot at
I add the lines:
LoadModule php4_module .../php4apache.dll

During testing the config, i get the message "cannot load c:/php/sapi/php4apahce.dll into server: The module cannot be found".

I add the same lines to apache 1.3 config. It runs. The line AddType was added in both configs, too. But what's with the AddModule in the Apache2 config? There is no paragraph for this config lines.
 [2002-04-29 17:59 UTC] sniper@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

You're using wrong sapi module. Check the experimental/ folder in the release package.

 [2003-09-26 13:07 UTC] admin at toxiq dot servehttp dot com
PHP4 will work on Apache2 if you exclude the
"AddModule mod_php4.c" line in httpd.conf, but
I had no time to *investigate* whats wrong and what
difference it makes, I only realized that the "AddModule"
command does not exist, and there is no "mod_php4.c" in
the Apache2.0.47(Win32) release!

ToXiq
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC