I am assuming that you have downloaded and installed Apache 2.x on your windows machine. 나는 아파치 2.x 것이라고 생각에 당신은 당신의 윈도우 머신을 다운로드하여 설치합니다. Use the latest version 2.2, if you do not have plans to run Subversion on it. 를 사용하여 최신 버전 2.2, 파괴를하지 않은 경우에 그것을 실행할 계획이다. Otherwise choose Apache 2.0.x. 그렇지 않으면 아파치를 선택 2.0.x. Install it with the defaults. 기본값으로 설치합니다. You may want to however changes the drive on which it is installed. 그러나 할 수있습니다가 설치되어있는 드라이브를 변경합니다. Anyway so you have it running. 어쨌든 그럼 여러분은 그것을 실행합니다. Then you went to php.net and have downloaded and extracted the zip file to say c:\ or d:\. 그렇다면 간 php.net하고 말을 압축 파일을 다운로드하고 압축을 푼 c : \ 또는 패 : \합니다. I am assuming you have then changed the name of php.ini-recommended to php.ini. 나는 추측이 다음의 이름을 변경 php.ini php.ini - 권장합니다. So far all the steps are straight forward and their install guide is good enough. 지금까지 곧장 앞으로 및 그들의 모든 단계는 설치 안내서이 정도면 충분합니다. Now you are feeling happy about it and want to integrate PHP with Apache, right? 자, 이제 당신은 행복에 대한 느낌에 통합하고 싶어 아파치, 맞죠? That’s when the fun begins. 그 때 재미를 시작합니다.

To cut the long story short the instructions in PHP document doesn’t work and have obviously not been updated in a long while. 길고도 짧은 이야기를 잘라의 지침을 php 문서가 작동하지 않습니다 그리고 오랜 동안에 업데이 트되지 않은이 분명합니다. So I will give you a 2 minute guide to glory. 그래서 난 영광을하면 2 분 안내합니다.

Open httpd.conf (in Drive:\Program Files\Apache Group\Apache2\conf) and search for LoadModule statements. [httpd.conf (드라이브 : \ 프로그램 파일 \ 아파치 그룹 \ apache2 \ 구성) 및 검색 / LoadModule 제표합니다. At the end add: 끝에 추가 :
LoadModule php5_module "D:/php/php5apache2.dll" / LoadModule php5_module "패 : / php/php5apache2.dll"

Then search for 다음 검색 directives. 지시어들합니다. At the end add: 끝에 추가 :

 AddType application/x-httpd-php .php  AddType application/x-httpd-php-source .phps / AddType 응용 프로그램 / x - 웹서버 - php. php / AddType 응용 프로그램 / x - 웹서버 - php - 소스합니다. phps 

Note: The last AddType is a nicety. 참고 사항 : 마지막 / AddType가 미묘합니다. It allows you to view .phps files (php files with extension renamed) in htmlized and colorful format from your browser. 이 옵션을 사용하면이 문서가 적용되는합니다. phps 파일 (php 파일을 확장자 이름이 변경)에서 다채로운 형식과 브라우저에서 htmlized합니다.

Now restart the server. 지금 서버를 다시 시작합니다.
Did I say you are done? 당신이 완료 말했나요? Well, you are. 자, 당신은. So go out and enjoy. 그래서 밖으로 즐긴다.

Note: If you are a wimp and you don’t need Subversion you may take the easy way out and install Xampp instead. 참고 사항 : 만약 당신이 겁쟁이인 데다 파괴를 필요하지 않습니다 아웃을하고 설치하는 쉬운 방법이 걸릴 수있습니다 부전승 대신합니다. It will do the dirty work for you. 그것은 당신을 위해 일한다는 더러운합니다.