▶ Apache2.4 설치 방법 및 환경설정
만약, PHP,MySQL,Apache를 한번에 다운로드하고싶으시면 아래 URL로 접속해주세요.
https://choseongho93.tistory.com/63
[PHP] 윈도우 환경에서 PHP한번에 설치 및 실행하기 (+ MySQL / Apache)
▶ 윈도우 환경에서 PHP한번에 설치 및 실행하기 (+ MySQL / Apache) PHP스톰 에디터로 한번에 AMP가 사용가능하지만, 유료이기때문에 다소 힘들수있습니다. 아톰에디터로도 사용을 하시는 분들이 간혹 있지만, Ap..
choseongho93.tistory.com
※ 아파치(서버)만 따로 필요하신분들을 위해 아파치만 설치해보겠습니다.
https://www.apachelounge.com/download/
Apache VS16 binaries and modules download
Apache 2.4 VS16 Windows Binaries and Modules Apache Lounge has provided up-to-date Windows binaries and popular third-party modules for more than 15 years. We have hundreds of thousands of satisfied users: small and big companies as well as home users. Alw
www.apachelounge.com











아파치 서비스 종료(정지) : httpd -k stop
아파치 서비스 재시작 : httpd.exe -k restart
아파치 서비스 제거 : httpd.exe -k unistall 또는 httpd.exe -k uninstall -n APM_Apache2처럼 입력해줍니다.

'Programming Language > PHP' 카테고리의 다른 글
[PHP] 변수, 상수 / 주석 (0) | 2019.08.24 |
---|---|
[PHP] 시작 태그와 종료 태그의 종류 / HTML코드에 PHP코드 삽입하기 (0) | 2019.08.23 |
[PHP] PHP스톰(에디터) 단축키 모음 (0) | 2019.08.22 |
[PHP] PHP Storm에서 php 실행하기 ( 유로 editor ) (0) | 2019.08.21 |
[PHP] PHP 7.3 설치 방법 및 환경설정 (0) | 2019.08.20 |
[PHP] 윈도우 환경에서 PHP한번에 설치 및 실행하기 (+ MySQL / Apache) (0) | 2019.08.18 |
[PHP] MAMP개념 및 설치방법/환경설정 (0) | 2019.08.17 |
[PHP] PHP란 무엇인가? (자바스크립트와 차이점) (2) | 2019.08.16 |