Running PHP Applications on IIS

Published on October 25, 2007 by pharr

Updated on March 18, 2009 by pharr

Average Rating  Rate It (0)

Tags:
Developer
PHP
RSS

In This Section

Using FastCGI to Host PHP Applications on IIS 7.0

This article explains how to configure the FastCGI module and PHP to host PHP applications on IIS 7.0 IMPORTANT: This article provides instructions on how to install and use the FastCGI component on Windows Server 2008 and Windows Vista SP1. Please note: SP1 ...

Setting up FastCGI for PHP

Improved performance and greater reliability for PHP applications is ensured by the new FastCGI component for IIS 7.0 and previous versions. This tutorial covers installing PHP 5.2.1 and the new FastCGI component to IIS 7.0 in Windows Vista. ...

Setting up MySQL for PHP applications

Overview This article provides a basic step by step guide on how to install and configure MySQL on the Windows Operating System. For more detailed instructions about installing and configuring MySQL on Windows refer to the official MySQL documentation. Downloading ...

Using FastCGI to Host PHP Applications on IIS 6.0

Introduction On October 30th, 2006, Microsoft and Zend announced a joint technical preview aimed at providing the best support for running PHP applications on IIS in a reliable, and high-performance way. Today, the IIS team announces the Go Live release of ...

Configuring FastCGI Extension for IIS 6.0

Introduction From its first version, IIS has supported CGI ("Common Gateway Interface"). CGI, in its basic form, is a standards-based protocol that allows information servers, such as IIS, to interface with external applications. FastCGI was introduced to ...

Installing PHP on Windows Vista with FastCGI

FastCGIsupport in WindowsVista Microsoft IIS 7.0 forWindows Vista SP1now includes a built-in FastCGI component. To get detailed information on how to use FastCGI component to host PHP applications on Windows Server 2008 or Windows Vista SP1 refer to this article ...

Setting Up a Database for a PHP Application on IIS

Set UpaSQL ServerDatabase from Microsoft SQL Server Management Studio Express SQL Serveris adatabase built and supported by Microsoft. ManyPHP applications support SQL Serveras their back end data repository. These instructions assume that you already haveSQL ...

Installing FastCGI Support On Server Core

Introduction FastCGI is a language-independent, scalable, open extension to CGI that provides high performance. The FastCGI extension is installable onto Server Core and enables application frameworks such as PHP to achieve improved performance and stability ...

MIX08: Partying with PHP on Microsoft Internet Information Services 7

This video is from the MIX08 conference. http://visitmix.com Discover the advantages of running PHP applications on Microsoft Internet Information Services. Learn how to take advantage of the integrated pipeline and .NET functionality, and use the new remote ...

Translating .htaccess Content to IIS web.config

ManyPHP applications are distributed with configuration files for the Apache Web Server. These configuration files (usually called .htaccess) contain a number of settings for integrating the application with the Web Server’s capabilities. IIS 7 uses a file ...

Installing and Configuring MySQL for PHP Applications on IIS

Overview A majority of popular PHP applications use MySQL Server as a back end data storage. This requires hosting providers to include MySQL database support into the hosting packages. This section provides a set of basic instructions on how to setup and ...

Build a High-Performance PHP Stack with Windows IIS and Zend Server

This article was written by Vikram Vaswani of Zend Technologies Ltd. If you're a Web application developer, you've undoubtedly heard of PHP, the open-source Web programming language. PHP is an extremely popular tool for building dynamic, data-driven Web applications ...

Manually Installing PHP Applications on IIS

Related Content

Comments

You must Log In to comment.