Hi I installed php 5 via the installer. Naturally it doesnt work on my IIS 6 server. I do have the php ext set to allowed. Unfortunmatley there are many other extenstions and no good instructions on which should be loaded. I am trying to get an off the wall open source app called MantisBT to run. My dev people love it but I think it sucks as evidenced by what a pain it is to setup enough of the whining, Is there a good source for PHP setup howto on a IIS6 server? Thanks CR
On Sun, 06 Jul 2008 12:55:03 -0500, Cnews wrote: > Hi > I installed php 5 via the installer. Naturally it doesnt work on my > IIS 6 server. I do have the php ext set to allowed. Unfortunmatley > there are many other extenstions and no good instructions on which > should be loaded. I am trying to get an off the wall open source app > called MantisBT to run. My dev people love it but I think it sucks as > evidenced by what a pain it is to setup enough of the whining, Is there > a good source for PHP setup howto on a IIS6 server? > > Thanks > > CR From memory there was nothing much to getting PHP working with IIS 6. If you intend to use MySQL with it install that first. Then install PHP. Finally set up IIS6 to use PHP as an ISAPI module mapping .php to the php ISAPI dll file. You need to be very careful with security and that is the big issue. A simple PHP script can run through the whole file system if you don't lock it down. -- Dog walks down the road. Gust of wind. Dog inside out. I've replaced my 'old joke' signature because a better man than me told me to ;-)