쌤리

XAMPP, 설치 및 연결 / 포트 생성 본문

웹 서버 관련

XAMPP, 설치 및 연결 / 포트 생성

saml2l 2020. 5. 27. 19:55
 

XAMPP Installers and Downloads for Apache Friends

What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to us

www.apachefriends.org

  • start 를 누르면 Apache 가 시작된다. 연결 가능한 포트는 80, 443, 8023, 8024 이다.

  • 포트를 직접 지정할 수 있다.
  • config =>  <Browse> [Apache]. 그 다음 아래 경로로 접속:
    • C:\xampp\apache\conf\extra\httpd-vhosts.conf
    • 위 경로에 있는 파일을 VSC 를 통해 연다.

  • 사진 처럼 경로와 포트 이름을 지정할 수 있다.
  • 8025 포트를 추가해보자 

  • 결과:

  • 성공!
Comments