http://blogs.iis.net/rickjames/archive/2007/10/04/installing-php-5-2-4-on-windows-server-2008-rc0-in-pictures.aspx
Windows Server 2008 RC0 is now available for beta testing. Here are some screenshots of setting up PHP 5.2.4:
Update: 11-Oct: changed image layout, tweaked text-
Open Server Manager, Install IIS, including CGI (which include FastCGI)
-
Download and extract PHP to c:\php, Start the UI (WindowsKey+R - inetmgr)
-
Create a simple php script c:\inetpub\wwwroot\hello.php:
<?php phpinfo(); ?>
-
Let IIS know the you want *.php to run as a FastCGI using c:\php\php-cgi.exe
-
Browse away!
'Infrastructure' 카테고리의 다른 글
Windows에서 PHP를 구동하기 위한 FastCGI 베스트 프랙티스 (0) | 2009.04.13 |
---|---|
MySQL 5 on Windows 2008 Server (0) | 2009.04.13 |
네트워크 분석 툴 즐겨찾기 (0) | 2009.03.12 |
DNS 설치,운영,점검 자료 (0) | 2009.03.06 |
Windows2008 기본설정 (0) | 2009.02.17 |