Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Install php cannot find php5apache2_2.dll |
|
Author |
|
chihwahli
Joined: 02 Jun 2010 Posts: 1
|
Posted: Wed 02 Jun '10 23:45 Post subject: Install php cannot find php5apache2_2.dll |
|
|
I installed the Vc6 php - non tread safe version on my windows 7 system. I read that the vc6 thread save version has the php5apache2_2.dll
BUT even if I put this file into the right directory , Apache still cannot find the file
I tested it out in DOS command screen (CMD) by executing httpd -t
It shows me the directory and that it's missing....but it's in there!
I added in my PATH statements: c:\PHP
and in my httpd.conf I typed the line:
LoadModule php5_module "C:/PHP/php5apache2_2.dll"
Anyone with experience on this matter:?: |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 03 Jun '10 9:56 Post subject: |
|
|
If you run php as module you have to use the thread safe version. If you need to use or wanna use the non thread safe version you can run it over fcgid. |
|
Back to top |
|
|
|
|
|
|