Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 2 windows XP 용 웹 서버에 설치와 apache2, php5, mysql4 - 제 2 부
Part 2 - Install Apache 2 제 2 부 - 아파치 2를 설치
Run the Apache Windows Installer that downloaded in windows 설치 프로그램을 실행하는 아파치 다운로드 Part 1 1 부 . 합니다. The installation is easy, just follow the on screen instruction. 의 설치는 간단, 그냥 화면의 지시합니다. 
Click on “Next”. 를 클릭하십시오 "다음"을합니다.

Accept the terms and click “Next”. 약관에 동의를 클릭하십시오 "다음"을합니다.

Click “Next”. 다음 "다음"을합니다.

The fields’ values are auto-detected. 의 필드 '값은 자동 - 감지합니다. You may want to change it if it’s not correct. 변경하고자 할 경우 그렇지 않을 경우 올바른합니다.

Choose Typical Installation and click “Next”. 일반 설치를 선택을 클릭 "다음"을합니다.

The default folder for Apache installation is C:\Program Files\Apache Group\Apache2. 아파치에 대한 기본 폴더를 설치는 c : \ 프로그램 파일 \ 아파치 그룹 \ apache2합니다. You can change that to anywhere in your hard disk. 그로 변경하실 수있습니다 하드 디스크의 아무 곳이나합니다. Here it’s change to C:\Server\Apache2 for example. 여기는 변경 내용을 c : \ 서버 \ apache2 예를 들어합니다. Then click “Next”. 클릭한 후 "다음"을합니다.

Installation done. 설치를 완료합니다.
Testing Apache Installation 테스트를 아파치 설치
Try to access 에 액세스를 시도 http://localhost/ . 합니다.
A simple Apache index page in English should be shown. 간단한 아파치 인덱스 페이지를 영어로 표시되어야합니다. It means that the installation is succesful. 이있다는 뜻이 성공적으로 설치합니다.
If there is problem, try the following the steps. 문제가있다면, 다음 단계를 시도하십시오. Go to Start -> All Programs - Apache HTTP Server 2.x.xx - Control Apache Server. 시작 -> 모든 프로그램 - 아파치 웹 서버 2.x.xx - 통제 아파치 서버합니다. Try to Stop and then Start or Restart the Apache server (The Apache tray icon may also appear in Windows System Tray, where the above controls can be accessed there). 시도를 중지하고 다음 아파치 서버를 시작하거나 다시 시작합니다 (창 체계 아파치 트레이 아이콘에 나타날 수도있습니다 트레이 위에 컨트롤을 어디에 액세스할 수있다).
After installation is successful, the Apache configuration file httpd.conf should be updated if you want change the web root directory instead of default one at Apache2/htdocs . 설치 후이 성공적으로 업데이 트해야합니다 아파치 설정 파일을 httpd.conf 웹 루트 디렉토리를 변경하는 경우에는 한 번에 기본 apache2/htdocs 대신합니다. The httpd.conf located in “C:/ Installation_Path /Apache2/conf/httpd.conf”. the httpd.conf 위치 : "c : / installation_path / apache2/conf/httpd.conf"합니다. Use a text script editor to open it. 스크립트를 사용하는 텍스트 편집기를 여십시오.
Search for DocumentRoot “C:/Server/Apache 2/Apache2/htdocs” . 검색 필드에서 DocumentRoot "c : / 서버 / 아파치 2/apache2/htdocs"합니다. It should be found at line 228. 행 228이 발견되어야합니다. Change it to your preferred web root folder. 선호하는 웹 루트 폴더로 변경합니다. For illustration purpose, we change it to folder C:/Server/www. 설명을위한 목적, 우리가 바꿀 그것을 폴더를 c : / 서버 / 오픈합니다. So the new line should looks like DocumentRoot “C:/Server/www” . 때문에, 새로운 라인에서 DocumentRoot는 것 같은데 "c : / 서버 / 오픈"합니다.
There is another same directory at line 253. 253 행의 동일한 디렉토리가 한 명 더있습니다. Copy and paste the DocumentRoot from line 228 to line 253. 228부터 라인을 복사하여 붙여 넣습니다 호선에서 DocumentRoot 253.
Save the configuration file. 구성 파일을 저장합니다. Make sure the new document root directory (ie C:/Server/www) exists. 새 문서의 루트 디렉토리 있는지 확인합니다 (예 : c : / 서버 / 오픈)가 존재합니다. Then restart the Apache server. 아파치 서버를 다시 시작합니다. Depending on the directory contents, you’ll either see an index file or a list of files in the directory. 디렉토리의 내용에 따라, 당신을 받게되거나 인덱스 파일을 참조하거나 디렉토리에있는 파일의 목록을합니다.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 기존 영어 자료 whenever possible. 언제 수있습니다.
Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.
Related Articles 관련 기사
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 1 windows XP 용 웹 서버에 설치와 apache2, php5, mysql4 - 파트 1
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 4 windows XP 용 웹 서버에 설치와 apache2, php5, mysql4 - 4 부
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3 windows XP 용 웹 서버에 설치와 apache2, php5, mysql4 - 부 3
- Using phpMyAdmin for Effective MySQL Management in Windows XP phpmyadmin를 사용하여 windows XP 용의 효율적인 관리를 mysql
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 freebsd 6.0과 아파치 웹 서버에 설치하는 2.2, mysql 5.0과 php 5 - 제 5 부
- Install, Setup and Configure CGI and Perl in Windows XP 설치, 설치 및 windows XP 용의 컴퓨터 그래픽스 인터페이스와 펄
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 freebsd 6.0과 아파치 웹 서버에 설치하는 2.2, mysql 5.0과 php 5 - 제 4
- Install phpBB 2 in Windows XP running on Apache 2, PHP 5 and MySQL 4 windows XP 용 phpbb 2를 설치에서 실행되는 아파치 2> = 4.0.0, mysql 4
- Easily Set Up Web Server with XAMPP 웹 서버에 쉽게 설정할 부전승
- Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD 파괴 (svn) 문제 및 문제에 freebsd mod_dav_svn

































January 2nd, 2006 02:18 2006년 1월 2일 02:18
[...] Obvioulsy, a web server needs to be running on the Windows machine. [...] obvioulsy, 웹 서버에 윈도우 머신에서 실행되고 있어야합니다. Refer to this post for instructions on how to install Apache2 in Windows. 이 게시물에 대한 지침을 참조하여 apache2에 설치하는 방법을 windows. [...]
November 3rd, 2006 10:56 2006년 11월 3일 10:56
[...] Once you get a web server, install a proxy on the website. [...] 일단 웹 서버, 웹 사이트에서 프록시를 설치합니다. There are a lot of proxy server program available, such as PHPproxy and CGIproxy that can be installed to set up a proxy server. 이미 많은 프록시 서버에 프로그램을 사용할 수와 같은 phpproxy 및 cgiproxy을 설정하는가 프록시 서버를 설치할 수있습니다. You will need to install Apache and PHP or CGI on your web server too to run as proxy. 아파치와 php가 필요하거나 cgi를 설치하여 웹 서버에 프록시를 너무으로 실행되도록합니다. You may also want to setup a domain name for your proxy for easy remembrance, or you can always use the IP address to access it. 보시는 것도 좋습니다를위한 프록시를 설치하는 도메인 이름을 쉽게 기억하고, 또는 주소를 사용하여 언제든지 정보에 액세스할 수있습니다. If you’re using home based PC as proxy server, remember that IP address may not be static, so you can use dynamic DNS service to set up a domain name which will point to your correct dynamic IP address when changed, with service such DynDNS and No-IP. 홈 기반 pc를 사용하는 경우를 프록시 서버를 사용하고 주소 기억이되지 않을 수있습니다 정적, 동적 dns 서비스를 사용할 수 있도록하는 도메인 이름을 설정하려면 당신의 정확한 동적 주소를 차례로 변경할 때, 그러한 dyndns 서비스 그리고 어떤 - ip합니다. [...]
April 20th, 2007 14:07 2007년 4월 20일 14:07
yourguide sux a phatty, learn to update you piece of shit. sux yourguide a phatty, 상세 정보를 업데이 트 똥 덩어리들. i get nothing but a bunch of errors with this setup, and i only made it to step 3. 나는 아무것도 얻지 못해 무리의 오류가 발생하지만이 설치, 그리고 단지 3 단계로 만들었어요. thanks to google, i found a much better guide. 구글 덕분에 발견했는데, 아마 훨씬 더 나은 안내합니다. later noob! 나중에 놈!
April 20th, 2007 14:59 2007년 4월 20일 14:59
Which better guide you have found? 어떤 좋은 안내서가 발견했습니까? What should be updated? 업데이 트해야하는 것은 무엇입니까?