20201127 칼리리눅스 서버 설치 (apache, mysql, java)

hyunmoyan·2020년 11월 28일

이런저런

목록 보기
2/2

시험기간이라,,, 블로그 업로드가 적어지고 있지만,,, 최대한 올려봐야겠다!

  • 이미 칼리 리눅스가 설치되어 있고 내 컴퓨터가 우분투를 너무 힘들어 하기에 일단 칼리에 설치하였다.^__^

1. apache 수동으로 설치해보기!

링크 참조!

  • 그냥 시키는대로 했다 ! 처음에 다른 블로그에서 했던게 계속 에러 났는데 이 블로그에서 광명 찾음 ㅎㅎ

  • 이거 하는 과정에서 나타난 오류:

    AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message

  • 여기서 httpd.conf 파일을 수정해 줘야 하는데 vi로 문자열을 찾는 방법은 "?찾을문자열 예) :?text"
    -ServerName 설정 여기에 나온 것 처럼 servername을 수정했더니

IT WORKS!

cd /usr/local/victolee/bin

./apachectl start		#데몬 시작
./apachectl stop		#데몬 정지

2. MySQL 수동 설치

https://victorydntmd.tistory.com/218

3. java 설치

https://rimkongs.tistory.com/241
openJDK 설치

profile
I am the one.

0개의 댓글