 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Zend Developer Zone: FastCGI and PHP A User's Story
by Chris Cornutt November 14, 2007 @ 17:47:00
On the Zend Developer Zone today there's a new article by Elizabeth Smith about one of the latest offerings from Microsoft to the online community - FastCGI for IIS6.
What is FastCGI? I could go on for pages about the technical background, and Microsoft already has some great documentation on the subject, however I'll put it in layman's terms for those who aren't Computer Science majors. [...] CGI is a method that a web server can use for tools like PHP, Perl, or any other language that support it. CGI spawns a new process for each request, which can be really slow. FastCGI speeds this up with a very simple solution '" instead of creating a brand new process for each request, it creates a "pool" of processes and reuses them.
She talks about her usage of PHP on Windows platforms in her work, about a move her company made from Apache to IIS and how much the FastCGI functionality helped. She also briefly explains how to get IIS and FastCGI to work together to make the PHP functionality happen.
voice your opinion now!
fastcgi iis windows microsoft cgi install fastcgi iis windows microsoft cgi install
Channel 9 Forums: Installing PHP Applications on IIS7
by Chris Cornutt November 14, 2007 @ 07:57:00
In an effort to further the spread of the use of PHP on IIS, the Channel 9 Forums have posted a screencast showing you exactly how to get PHP installed and create a simple site.
In this screencast, discover how easy it is to get PHP up and configured on your IIS7 webserver using FastCGI. The popular PHP-based blogging application, Wordpress, is used to demonstrate.
Additionally, we see how quickly and easily we can integrate a PHP app with IIS7's integrated pipeline as we convert Wordpress to use IIS7's built-in Forms Authentication.
It provides a click-by-click introduction to the installation and server setup you'll need to get the WordPress install working with narration the entire way. The video is a WMV, so you'll need something compatible to watch it.
voice your opinion now!
install tutorial video iis microsoft wordpress install tutorial video iis microsoft wordpress
Paul Reinheimer's Blog: IIS7 The Leap of Faith
by Chris Cornutt November 09, 2007 @ 07:52:00
Paul Reiheimer has set a goal for himself in light of some of the recent advancements that Microsoft has made on the PHP front - to create a successful PHP-driven, IIS served website.
In an effort to learn more about IIS (which a number of my students and contracting contacts seem to use), I have decided to challenge myself: To design, build, and launch a PHP based site, and receive at least 1,000 unique visitors a day by Feb 28, 2008, served from an IIS7 server.
Among his assets are a license to use the IIS software and a designer help with the look and feel. He also sets out requirements for the project including a local testing server, the public web host and that PHP has to be used (not something like phlanger).
voice your opinion now!
project microsoft iis server leapoffaith asset requirement project microsoft iis server leapoffaith asset requirement
Alex Netkachov's Blog: Programmatically adding PHP script engine to IIS 5.1 metabase ScriptMaps
by Chris Cornutt August 13, 2007 @ 09:30:00
In a new post today Alex Netkachov steps through how he added the PHP scripting engine to his metabase scriptMaps on an IIS 5.1 web server:
I spent a few days on investigating how to modify IIS metabase from script. What I need is to add PHP engine to IIS programmatically during installing PHP. [...] The metabase object can be enumerated and each item of the enumeration can be enumerated to. The elements of this hierarchy represent folders you can see in IIS management console.
He builds out the ScriptMaps functionality (a recursive "walk" function) and another function to add the PHP scripting engine onto that (addPhpIsapi). A word of warning from Alex, though:
This code now is the part of Jamp installer. But because this functionality is dangerous, this code is not run during default installer and it recommended to backup the metabase before running it.
voice your opinion now!
scriptmaps engine iis webserver enumeration scriptmaps engine iis webserver enumeration
|
Community Events
Don't see your event here? Let us know!
|