This is a discussion on Installing Apache and PHP within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi. I am trying to install Apache and PHP on a desktop running Windows XP. This is a test site, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi. I am trying to install Apache and PHP on a desktop running
Windows XP. This is a test site, I am not interested in a live site yet. When I try to run Apache, I get the message that the system could not find the php4apache.dll. This is a line in the httpd.conf file, but there is no php4apache.dll on my PC. The PHP version is 4.3.3.8, and Apache is is version 1.3.something. Can anyone help? Dennis |
|
|||
|
The most likely reason is you haven't got php4apache.dll on your path.
It should be in the Apache folder itself on in one of Windows paths like c:\windows or c:\windows\system32. grossde@sec.gov (Dennis Gross) wrote in message news:<d7afc9f6.0409070733.4a0e3da8@posting.google. com>... > Hi. I am trying to install Apache and PHP on a desktop running > Windows XP. This is a test site, I am not interested in a live site > yet. When I try to run Apache, I get the message that the system > could not find the php4apache.dll. This is a line in the httpd.conf > file, but there is no php4apache.dll on my PC. The PHP version is > 4.3.3.8, and Apache is is version 1.3.something. Can anyone help? > > Dennis |