PDA

View Full Version : PHP server install not working



AxelVrml
November 2nd, 2004, 11:00 AM
hey if u have IIS and coldfusion server installed on your amchine, is it still possible to have php server as well, I have tried the tutorial but no luck

teiz77
November 2nd, 2004, 11:22 AM
hey if u have IIS and coldfusion server installed on your amchine, is it still possible to have php server as well, I have tried the tutorial but no luck

yeah, should be no problem... when you install php make sure you set the folder/file permissions for the php folder/executables (c:\php). Make sure the IIS anonymous webuser account (usually IUSR) can execute the files and write to de backup and temp folder. Also I would recommend you to run php as cgi, not as isapi...

good luck.