[윈도우] IIS에 PHP 설치 및 사용
2016. 5. 2. 15:41ㆍComputer/Windows
1. PHP를 다운받는다
PHP 파일을 받을 수 있는 주소
http://windows.php.net/download/
VC11 x64 Non Thread Safe (2014-Apr-30 21:11:26)
Note: x64 builds are currently experimental
- Zip [19.77MB]
sha1: 24f7cce96a8ecb02cdd1b8c2079946405a3debe2 - Debug Pack [9.09MB]
sha1: f235c1d12b283f43dd733fddcaa7c9be43a9fdcb
2. C:\php-5.5.12-Win32-VC11-x64에 압축을 푼다.
3. 컴퓨터 -> 속성 -> 고급시스템설정 -> 환경변수 -> Path에 php 경로를 추가 (C:\php-5.5.12-Win32-VC11-x64)
4. IIS관리자 -> 처리기 매핑 -> 모듈매핑추가
요청경로 : *.php
모듈 : FastCgiModule
(FastCgiModule이 없는 경우 Windows 기능 사용/사용안함 -> 인터넷정보서비스 -> 응용프로그램개발기능 -> CGI -> 확인)
실행파일 (옵션) : C:\php-5.5.12-Win32-VC11-x64\php-cgi.exe
이름 : PHPcgi (상관x)
위 과정을 마치고 나면 IIS에서 PHP사용이 가능해진다.
'Computer > Windows' 카테고리의 다른 글
Windows Server 2008 R2 기본설정 (0) | 2011.04.23 |
---|---|
Windows Server 2003 서버운영하기 (0) | 2010.12.08 |
Windows Server 2003 서버구성하기 (IIS6.0+PHP+MYSQL) (0) | 2010.12.08 |
Windows Server 2003 일러스트_포토샵 CS3 설치하기 (0) | 2010.12.03 |
Windows Server 2003 설치후 설정하기 (0) | 2010.12.03 |