728x90
반응형
나동빈님 블로그
https://blog.naver.com/ndb796/221395476384
윈도우 10에서 PHP 최신 개발환경 구축하기 (+ Apache 설치)
이번 포스팅에서는 간단히 윈도우 10(Windows 10)에서 PHP 최신 개발환경을 구축하는 방법에 대해서 알...
blog.naver.com
php 설치
https://kiwinote.tistory.com/76
윈도우10 64bit 환경 PHP-7.1.2 설치하기
윈도우10 64bit 환경 PHP-7.1.2 설치하기 윈도우10에 PHP를 설치하기 전에 아파치(Apache) 웹 서버 설치과정은 아래 포스팅을 참조하세요. http://kiwinote.tistory.com/75 1. PHP 설치파일 다운로드 http://windo..
kiwinote.tistory.com
apache설치
https://kiwinote.tistory.com/75
윈도우10 64bit 환경 아파치(Apache) 설치하기
윈도우10 64bit 환경 아파치(Apache) 설치하기 1. https://www.apachelounge.com/download/ 에 접속하여 다운로드합니다. 2. 다운받은 파일의 압축을 풉니다. Apache24 폴더를 C:\ 폴더로 이동시켜줍니다. 이동..
kiwinote.tistory.com
apache 실행하기
//Apache24\bin으로 이동
C:> cd C:\dev\Apache24\bin
//start -> localhost로 접속
C:\dev\Apache24\bin> httpd -k start
//stop
C:\dev\Apache24\bin> httpd -k stop
728x90
반응형
'Web' 카테고리의 다른 글
WAS와 WebServer (0) | 2021.09.03 |
---|---|
Django 배우기 (0) | 2021.08.20 |
npx와 npm (0) | 2021.08.18 |
reference는 해당 언어로 정리되어있다 (0) | 2021.08.10 |
php에 database연동하기 (0) | 2021.08.10 |