11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


작업)Ubuntu 18.04에 LAMP ( Apache2, MySQL , PHP 7) 설치하는 방법

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    Ubuntu 18.04에 LAMP ( Apache2, MySQL , PHP 7) 설치하는 방법

    https://webnautes.tistory.com/1185

    현재 우분투 버전 확인

    lsb_release -a

    3232235521_1545473070.6104.png
    업데이트 와 업그래이드

    apt update

    apt upgrade

    1. Apache2 웹서버 설치

    웹서버(Web Server)는 웹브라우저 같은 클라이언트의 요청을 받아서 웹문서나 이미지 등을 전송해주는 역활을 합니다.



    1-1. Apache2 웹서버 패키지를 설치합니다.


    apt install apache2


    두번 실행

    apt install apache2



    내부 아이피 확인

    ifconfig

    3232235521_1545473399.5677.png

    내부 아이피로 웹 접속 확인

    http://192.168.0.91/

    3232235521_1545473449.2794.png

    3232235521_1545473573.3543.png


    nano /etc/apache2/apache2.conf

    <Directory /var/www/>
           Options Indexes FollowSymLinks
           AllowOverride None
           Require all granted
    </Directory>


    의 설정 확인

    3232235521_1545473687.8759.png

    방화벽 활성화

    ufw enable

    3232235521_1545473810.0061.png

    1-4. 방어벽 프로그램 ufw를 활성화 합니다. (테스트 목적이라면 꼭 할 필요없습니다.)


    webnautes@webnautes-pc:~$ sudo ufw enable
    방화벽이 활성 상태이며 시스템이 시작할 때 사용됩니다



    방어벽 기본 설정을 변경합니다.


    webnautes@webnautes-pc:~$ sudo ufw default deny incoming
    기본 incoming 정책이 'deny'로 바뀌었습니다
    (당신의 규칙에 따라 업데이트를 하시는 걸 명심하십시오)


    webnautes@webnautes-pc:~$ sudo ufw default allow outgoing
    기본 outgoing 정책이 'allow'로 바뀌었습니다
    (당신의 규칙에 따라 업데이트를 하시는 걸 명심하십시오)



    SSH 접속을 허용합니다.


    webnautes@webnautes-pc:~$ sudo ufw allow ssh
    규칙이 추가되었습니다
    규칙이 추가되었습니다 (v6)


    ufw app info "Apache"


    웹서버에서 사용할 포트 80(HTTP), 443(HTTPS)에 따라 다음 세가지 중 하나를 선택합니다.


    webnautes@webnautes-pc:~$ sudo ufw app info "Apache"
    프로필: Apache
    제목: Web Server
    설명: Apache v2 is the next generation of the omnipresent Apache web server.

    포트:
     80/tcp



    webnautes@webnautes-pc:~$ sudo ufw app info "Apache Secure"
    프로필: Apache Secure
    제목: Web Server (HTTPS)
    설명: Apache v2 is the next generation of the omnipresent Apache web server.

    포트:
     443/tcp


    webnautes@webnautes-pc:~$ sudo ufw app info "Apache Full"
    프로필: Apache Full
    제목: Web Server (HTTP,HTTPS)
    설명: Apache v2 is the next generation of the omnipresent Apache web server.

    포트:
     80,443/tcp


    웹서버에서 사용할 포트 80(HTTP), 443(HTTPS)에 따라 다음 세가지 중 하나를 선택합니다.

    ufw app info "Apache Full"

    3232235521_1545474079.0832.png

    방화벽 적용 확인

    ufw allow in "Apache Full"


    ufw status numbered

    3232235521_1545474175.9811.png

    2. MySQL 서버 설치


    MySQL은 관계형 데이터베이스 관리 시스템(relational database management system, RDBMS)입니다.

    다중 사용자가 다수의 데이터베이스에 접근할 수 있도록 서버를 구성합니다.


    2-1. MySQL 서버 패키지를 설치합니다.


    $ apt install mysql-server



    2-2. MySQL 5.7은 설치 작업 중에 root 패스워드를 물어보지 않기 때문에 다음처럼 설정해야 합니다.  


    webnautes@webnautes-pc:~$ sudo mysql_secure_installation

    Securing the MySQL server deployment.

    Connecting to MySQL using a blank password.

    VALIDATE PASSWORD PLUGIN can be used to test passwords
    and improve security. It checks the strength of password
    and allows the users to set only those passwords which are
    secure enough. Would you like to setup VALIDATE PASSWORD plugin?

    Press y|Y for Yes, any other key for No: y

    There are three levels of password validation policy:

    LOW    Length >= 8
    MEDIUM Length >= 8, numeric, mixed case, and special characters
    STRONG Length >= 8, numeric, mixed case, special characters and dictionary                  file

    Please enter 0 = LOW, 1 = MEDIUM and 2 = STRONG: 1
    Please set the password for root here.

    New password:   root 패스워드를 입력합니다.

    Re-enter new password:

    Estimated strength of the password: 50
    Do you wish to continue with the password provided?(Press y|Y for Yes, any other key for No) : y
    By default, a MySQL installation has an anonymous user,
    allowing anyone to log into MySQL without having to have
    a user account created for them. This is intended only for
    testing, and to make the installation go a bit smoother.
    You should remove them before moving into a production
    environment.


    데이터베이스를 아무나 읽어볼 수 없게 합니다.
    Remove anonymous users? (Press y|Y for Yes, any other key for No) : y

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,677 / 55 Page
    [ [라이트] 배추라이트 왼편 로그인, 서브, 설문을 오른쪽에 배치하기 ]

    \r\n\r\n\r\n[라이트]\r\n배추라이트 왼편 로그인, 서브, 설문을 오른쪽에 배치하기\r\n\r\n\r\n\r\n글쓴이 :사노라가노라날…

    [ [팁] MySQL 테이블 에러 해결 방법 ]

    \r\n[팁] MySQL 테이블 에러 해결 방\r\n\r\n\r\n요며칠 개인적인 용도로 운영중인 서버가 말썽을 부렸습니다.바쁘다는 핑계로 서버…

    [ 아미나 모바일에서 글 수정시 html 태그 없애고 저장 하기 ]

    .림스 모바일 부분 내용 참조 추가부분 \r\n. Shims HomePage [https://11q.kr 홈피] .\r\n\r\n\r\n\r\n…

    [ 디지털시계 홈피 추가 ]

    \r\n\r\n\r\n\r\n\r\n\r\n\r\n### ■ https://11q.kr는 정보를 찾아 공유 합니다.. ■ https://11q.…

    [ [1.1] 타이틀 & 배너용 최근글 스킨 ] 댓글 1

    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\…

    [ 림스모바일에 최신글 new.php 추가 하기 ] 댓글 1

    bbs/new.phpskin/new/basic/new.skin.php폴더에 넣고bbs/new.php를 링크추가 사용하세요https://11q.k…

    [ 백수건달 소스 html 삽입 배추게시판 gediter ] 댓글 1

    백수건달 소스 html 삽입\r\n\r\n\n\n[이 게시물은 관리자님에 의해 2013-06-10 21:06:36 21.PC_BBS에서 이동 됨…

    [ [홈피up/g4s] g4s와 아미나테마v3를 이용 그룹 자동메뉴 적용 ]

    ###\r\n\r\n■ https://11q.kr는 정보를 찾아 공유 합니다..\r\n■ https://11q.kr\r\n\r\n\r\n아미나테…

    [ 배추 스킨 게시판 진입을 하면 아래와같이 특정게시판만 문제 발생 하여 문의 드립니다 ]

    배추 스킨 게시판 진입을 하면 아래와같이 특정게시판만 문제 발생 하여 문의 드립니다어디를 수정해야 할지 초보자 문의 드립니다\r\n- 사용조건 …

    [ 최종] 마운트하여 2개의 홈피 data 공유 하기 / config file edit dsm5.0 수정 정보… ] 댓글 9

    최종] 마운트하여 2개의 홈피 data 공유 하기\r\n\r\n마운트 하기 최종\r\n터미널 활성화\r\n\r\nPutty 실행\r\n\r\nm…

    [ 림스모바일 2.6.3 ] 댓글 3

    림스모바일 2.6.3..............................\n[이 게시물은 관리자님에 의해 2013-11-17 20:01:01 …

    [ 로그인이 필요한 게시판 이동 m/m/view m/config.php ]

    m/m/view \r\n1) 로그인이 필요한 게시판을 최근 장착?했습니다.\r\n게시물을 볼 권한이 없다하여 로그인을 하니까 로그인이 안 되고 …

    [ V3-Img 최근글 목록 스킨 ..설치참고 ]

    ###V3-Img 최근글 목록 스킨LV 1 eyoom3조회 265그누보드2013.10.27 04:51관련링크 - http://eyoom.me/a…

    [ [자료] NetDrive (광고없는 무료버전, 1.3.4) ] 댓글 5

    \r\n[자료] NetDrive (광고없는 무료버전, 1.3.4)\r\nPosted 2014/09/18 14:18 by archjang\r\n\…

    [ WinMerge - 서로 다른 파일 및 폴더(디렉토리) - EcLipSe ... ]

    WinMerge - 서로 다른 파일 및 폴더(디렉토리) - EcLipSe ...kayii.tistory.com › 매뉴얼 › 에디터2007. 6…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-29 12:47:41

    오늘의 홈 현황


    • 현재 접속자♨ 552 명
    • 오늘 가입자※ 2 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 1,606 명
    • 어제 방문자 2,007 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,402,768 명
    • 전체 게시물※ 8,663 개
    • 전체 댓글수※ 24,792 개
    • 전체 회원수 11,076 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑