Download and Install Xampp Best Third Party Tool For PHP , MySQL , Apache

0

Download and Install Xampp Best Third Party Tool For PHP , MySQL , Apache

New version of XAMPP 1.7.4, including:


Apache 2.2.17
MySQL 5.5.8
PHP 5.3.5
phpMyAdmin 3.3.9
FileZilla FTP Server 0.9.37
Tomcat 7.0.3 (with mod_proxy_ajp as connector)

Configure IIS Server to Run PHP and Install PHP

1
This post describing the steps Configure IIS Server to Run PHP and Install PHP

1. Configure IIS to Made your System Server.
Enabling FastCGI support in IIS
FastCGI module is disabled in default installation of IIS. The steps to enable it differ based on the version of Windows being used.

To enable FastCGI support on Windows Vista SP1 and Windows 7:

1.In the Windows Start Menu choose "Run:", type "optionalfeatures.exe" and click "Ok";
2.In the "Windows Features" dialog expand "Internet Information Services", "World Wide Web Services", "Application Development Features" and then enable the "CGI" checkbox;

3.Click OK and wait until the installation is complete.

Configure IIS - Internet Information Services For SQL in Windows 7

0

This post describes the step by step details about configuring IIS in Windows 7 with the help of screen shots.

1. Go Start--Control Panel--Programs--Programs and Features
    Click on Turn Windows features on or off


2. Now Check all the Check box Option Shown below
  • IIS 6 WMI Compatibility
  • IIS Metabase and IIS 6 configuration compatibility
  • IIS Management Console
  • .NET Extensibility
  • ASP .NET
  • ISAPI Extensions
  • ISAPI Filters
  • All Common Http Features (except  WebDAV Publishing).
  • Security --Windows Authentication.

Copyright © programmingstudents