Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up PHP on IIS 1

Status
Not open for further replies.

MichealC4

Programmer
Joined
Jun 26, 2003
Messages
457
I guess this would be the place to post this, I couldn't decide between this forum and the IIS forum. I'm trying to get PHP setup on IIS on a 2k server. I haven't had this problem before on IIS. I get the error: The specified module could not be found. even though I used the php4isapi.dll and when that didn't work, I tried the cgi. Both gave the same error. It is probably something stupid I'm missing. php.ini is in the same directory as php.exe.

----------------------------
"Security is like an onion" - Unknown
 
he ini file needs to be in the c:\windows folder. also copy the php4ts.dll there. Perhaps a read thru the manual might help. The info there is pretty good.

Bastien

Cat, the other other white meat
 
I copied the php4ts.dll file to the C:\Windows folder, and I had read somewhere that php.ini could be in the same place as php.exe. Blah, next time I won't take any shortcuts. :P

----------------------------
"Security is like an onion" - Unknown
 
well, you CAN set the CLASS PATH to include the c:/php folder as a place to look for things.

Don't forget to set the extension_dir ="c:\php" so that you don't have to copy the dlls into the c:\windows folder

Bastien

Cat, the other other white meat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top