evil turnip Posted September 10, 2009 Share Posted September 10, 2009 Hi Never had to install php before but I have tried and failed over and over again...followign every tutorial I have found... I constantly get http 500 We have php 5.24 installed as it comes with the ISAPI module...setup the IIS box as it says Still no joy..re installed both IIS and PHP a few times. Didnt want to try any other version as it doesnt come with ISAPI module as far as I can see Altered the php.ini as it should be to point to the correct ext dir... Web service extenstions are there ANy one any ideas thanks Quote Link to comment Share on other sites More sharing options...
trq Posted September 10, 2009 Share Posted September 10, 2009 PHP should not be ran as an ISAPI module under IIS, its not thread safe. You should firstly install fastcgi, then setup php to run under it. You should find all the info you need here. Quote Link to comment Share on other sites More sharing options...
evil turnip Posted September 10, 2009 Author Share Posted September 10, 2009 Its only an internal intranet so not really concerned about it to be honest it wont be doing much Quote Link to comment Share on other sites More sharing options...
evil turnip Posted September 10, 2009 Author Share Posted September 10, 2009 Ok installed and it works but would it change my php code or how it works ? Quote Link to comment Share on other sites More sharing options...
trq Posted September 10, 2009 Share Posted September 10, 2009 Its only an internal intranet so not really concerned about it to be honest it wont be doing much Yeah, probably not much at all. IIS will choke on certain php extensions under the ISAPI module. Ok installed and it works but would it change my php code or how it works ? Would what change? The fact that its running under fastcgi? No, it shouldn't be any different. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.