473,395 Members | 1,532 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

PHP+Apache+Server2003

I am installing PHP4.3.4 and Apache 2.0.48 on Server 2003. Apache seems
to be working fine; I can use PHP.exe but I cannot use the dll. I have
moved the dll into Apache's modules directory. When I use

LoadModule php4_module modules/php4apache2.dll,

I get an error message that apache cannot find the file. This is
completely consistent. Any ideas or suggestions>

Jul 17 '05 #1
3 3725
Did you stop and start the server after moving the file?

"anotherron" <ro*@another.com> wrote in message
news:ph******************@nwrddc03.gnilink.net...
I am installing PHP4.3.4 and Apache 2.0.48 on Server 2003. Apache seems
to be working fine; I can use PHP.exe but I cannot use the dll. I have
moved the dll into Apache's modules directory. When I use

LoadModule php4_module modules/php4apache2.dll,

I get an error message that apache cannot find the file. This is
completely consistent. Any ideas or suggestions>

Jul 17 '05 #2
make sure that the "php4ts.dll" is in the same directory with
"php4apache2.dll.

the easiest is to copy the php4apache2.dll into <PHP-INSTALL-DIR> and point
the load modules to <PHP-INSTALL-DIR>/php4apache2.dll.

Good luck.

"anotherron" <ro*@another.com> wrote in message
news:ph******************@nwrddc03.gnilink.net...
I am installing PHP4.3.4 and Apache 2.0.48 on Server 2003. Apache seems
to be working fine; I can use PHP.exe but I cannot use the dll. I have
moved the dll into Apache's modules directory. When I use

LoadModule php4_module modules/php4apache2.dll,

I get an error message that apache cannot find the file. This is
completely consistent. Any ideas or suggestions>

Jul 17 '05 #3
Thanks,

The problem was that php4ts.dll was not in the same directory as
php4apache2.dll. I followed the PHP install directions and had put
php4ts.dll into my Windows\system32 directory; I thought that this would
have allowed php4ts.dll to be found.
Useko Netsumi wrote:
make sure that the "php4ts.dll" is in the same directory with
"php4apache2.dll.

the easiest is to copy the php4apache2.dll into <PHP-INSTALL-DIR> and point
the load modules to <PHP-INSTALL-DIR>/php4apache2.dll.

Good luck.

"anotherron" <ro*@another.com> wrote in message
news:ph******************@nwrddc03.gnilink.net...
I am installing PHP4.3.4 and Apache 2.0.48 on Server 2003. Apache seems
to be working fine; I can use PHP.exe but I cannot use the dll. I have
moved the dll into Apache's modules directory. When I use

LoadModule php4_module modules/php4apache2.dll,

I get an error message that apache cannot find the file. This is
completely consistent. Any ideas or suggestions>



Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.