php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17048 PHP Module problem
Submitted: 2002-05-06 13:57 UTC Modified: 2002-05-06 14:39 UTC
From: m dot trizuliak at nextra dot sl Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.0 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 - 13 = ?
Subscribe to this entry?

 
 [2002-05-06 13:57 UTC] m dot trizuliak at nextra dot sl
Hello,

I have one problem. I have Apache http server 2.0.35 and PHP 4.2.0. I need to configure php as module of Apache server. I wrote into the httpd.conf file this:
Load Module php4_module php/sapi/php4apache.dll
...
...
etc.
This all is in the install.txt of any distribution of php.
I have Windows 2000, so I use the system service to run apache server. And now back to the problem. When I try to start apache service, service write:
Connot load module php4apache.dll. This module wasn't found. I try to reconfigure apache, but it doesn't work. I run apache.exe with parameter -t, to chcek syntax and everything was OK. Where is the problem? I change apache 1.3.24 for 2.0.35 and the later version were running correctly. I mean php module. Please, help me...

Sorry for english, I am form central of Europe and I learned english for about 6 years ago, so I can't it so good.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-06 14:01 UTC] m dot trizuliak at nextra dot sk
Sorry, my email address is m.trizuliak@nextra.sk, not m.trizuliak@nextra.sl.
Sorry...:-)
 [2002-05-06 14:39 UTC] sander@php.net
You need apache2filter.dll for Apache 2.x, php4apache.dll for Apache 1.3.x.
You can find apache2filter.dll in the experimental folder of your PHP distribution.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC