server(14)
-
XAMPP 설치 방법
XAMPP 설치 방법 · XAMPP - download(다운로드) · https://codedragon.tistory.com/7301 · XAMPP - install(설치하기) · https://codedragon.tistory.com/8520 · mysql root password 변경 · https://codedragon.tistory.com/8675 · phpMyAdmin 접속하기 · https://codedragon.tistory.com/8809
-
XAMPP Apache Server Port 변경하기
XAMPP Apache Server Port 변경하기 · XAMPP Control Panel 실행 · httpd.conf 이 오픈 하기 · httpd.conf 파일 수정하기 · XAMPP 서버를 재시작 XAMPP Control Panel 실행 "XAMPP Control Panel" 실행합니다. httpd.conf 이 오픈 하기 "Apache"항목의 [Config] 버튼 클릭 >> [Apache (httpd.conf)] 클릭 httpd.conf 이 오픈됩니다. C:\xampp\apache\conf\httpd.conf httpd.conf 파일 수정하기 httpd.conf 파일 두 곳을 수정합니다. (60, 227번 라인) 60 라인에서 80 -> 8080으로 수정합니다. Listen 80 Listen 808..
-
XAMPP - download(다운로드)
XAMPP 설치 방법 https://codedragon.tistory.com/8806 XAMPP 설치 방법 XAMPP 설치 방법 · XAMPP - download(다운로드) · https://codedragon.tistory.com/7301 · XAMPP - install(설치하기) · https://codedragon.tistory.com/8520 · .. codedragon.tistory.com XAMPP - download(다운로드) 홈페이지에 접속 후 >> 운영체제에 맞는 버튼을 클릭 https://www.apachefriends.org 직접 다운로드
-
XAMPP - install(설치하기)
XAMPP 설치 방법 https://codedragon.tistory.com/8806 XAMPP 설치 방법 XAMPP 설치 방법 · XAMPP - download(다운로드) · https://codedragon.tistory.com/7301 · XAMPP - install(설치하기) · https://codedragon.tistory.com/8520 · .. codedragon.tistory.com XAMPP - install(설치하기) [예] [OK] [Next] [Next] [Next] [Next] [Next] 설치 중... [액세스 허용] 설치 중... [Finish] [English 국기 아이콘] 선택 >> [Save] 설치 및 실행 완료!!!
-
XAMPP Apache Server Port 변경하기 1
XAMPP Apache Server Port 변경하기 · XAMPP Control Panel 실행 · 포트 변경하기 · 설정 변경확인하기 XAMPP Control Panel 실행 "XAMPP Control Panel" 실행 후 우측 상단의 [Config]버튼 클릭 포트 변경하기 [Service and Port Settings] 클릭 "Main Port"를 8080 번으로 변경합니다. >> [Save] [Save] 설정 변경확인하기 "Apache"항목의 [Config] 버튼 클릭 >> [Apache (httpd.conf)] 클릭 실제 설정파일에는 변경이 되지 않는 경우가 있습니다. 실제 설정파일에 변경된 포트 번호가 반영이 되지 않으면 정상적으로 수행이 되지 않습니다. 아래의 링크를 통해 직접 수정하시기 ..
-
강제적으로 포트 죽이기 - Error-Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this serv..
오류메시지 Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). 오류 원인 동일한 포트를 사용하고 있는 다른 서비스가 있는 경우에 발생합니다. 해결방법 · 충돌이 나는 포트번호를 사용하지 않고 다른 포트 번호로 변경합니다. · http://codedrago..