-
공식 사이트
https://httpd.apache.org/download.cgi
Download - The Apache HTTP Server Project
Downloading the Apache HTTP Server Use the links below to download the Apache HTTP Server from our download servers. You must verify the integrity of the downloaded files using signatures downloaded from our main distribution directory. The signatures can
httpd.apache.org
그러나 최신 설치파일은 없다. 직접 빌드해야 한다.
최신 설치파일 받을 수 있는 곳
https://www.apachelounge.com/download/
Apache VS16 binaries and modules download
www.apachelounge.com
사용한 파일 httpd-2.4.54-win64-VS16.zip
설치
"C:\Apache24"에 압축파일을 넣었다.
Apache설정
"C:\Apache24\conf\httpd.conf"파일을 열어 편집.
ServerRoot
Define SRVROOT "c:/Apache24" ServerRoot "${SRVROOT}"
기본값과 같은 곳에 설치 돼 있어 별도 수정 없음.
Listen
Listen 80
포트 설정, 필요하면 수정
ServerName
#ServerName www.example.com:80
주석처리 돼 있다, 필요하면 사용
DocumentRoot
DocumentRoot "${SRVROOT}/htdocs"
html파일 등이 위치할 root위치, 기본값 사용
실행
C:\Apache24\bin\httpd.exe
서버에 접속
접속주소: http://localhost
위와 같이 나온다면 기본 설치는 완료 되었다.
기타
visual studio runtime: https://www.microsoft.com/en-us/download/details.aspx?id=48145
Download Visual C++ Redistributable for Visual Studio 2015 from Official Microsoft Download Center
Important! Selecting a language below will dynamically change the complete page content to that language. Chinese (Simplified)Chinese (Traditional)CzechEnglishFrenchGermanItalianJapaneseKoreanPolishPortuguese (Brazil)RussianSpanishTurkish Download The Visu
www.microsoft.com
명령어
실행중인 아파치를 종료.
apache -k shutdown아파치를 재시작
apache -k restart-f는 설정파일의 절대경로 혹은 상대경로를 지정한다.
apache -f "c:\my server files\anotherconfig.conf"'WebService' 카테고리의 다른 글
Jsp(Java Server Pages) (0) 2023.01.11 Servlet (Java Web Server) (0) 2023.01.11 Media WIKI 설치 (0) 2022.09.27 Php 설치 (0) 2022.09.27 Apache에 Php 설치 (0) 2022.09.27 Template Engine (0) 2022.09.25 Http Keep Alive (0) 2022.09.23 'Node Js' vs Python (0) 2022.08.18