Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- RHCSA
- 서버 보안취약점 조치
- 보안취약점
- 보안취약점조치
- 서버 보안
- Linux
- 리눅스 파일 시스템
- ubuntu
- 서비스관리
- 리눅스 서버 보안취약점
- FDISK
- Cent OS7.8
- 가상머신
- 서버보안
- centos보안
- 보안 취약점 조치
- CentOS
- 리눅스 보안
- 리눅스보안
- RHEL7
- 계정관리
- centOS7.8
- 리눅스 서버보안
- vi /etc/pam.d/system-auth
- yum remove
- 보안취약점 조치
- 리눅스 서버 보안
- Virtual Box
- 그룹삭제
- 리눅스
Archives
- Today
- Total
엔지니어 은성의 성장록
[Apache] CentOS 7.8에 Apache서버 설치(Install) 본문
▶ Apache Web 서버란
- 아파치 소프트웨어 재단에서 관리하는 오픈소스 웹 서버
- 리눅스를 OS로 하여 가장 많이 사용
- APM Apache + PHP + MySQL 중 A를 담당
▶ Apache 공식 사이트
Welcome to The Apache Software Foundation!
Official ASF reports and statements, including Quarterly and Annual Reports, Vision Statement, "Apache is Open", 5-Year Strategic Plan, and more.
www.apache.org
▶ 설치 환경
- Cent OS 7.8
- Web Server : Apache 2.4.6
▶ 설치하기
○ 패키지 설치하기
# yum install -y httpd
○ 패키지 설치 확인
# rpm -qa httpd
○ 서비스 생성 확인 및 기동
// 설치 전에 없었던 서비스가 설치 후 자동으로 생성
# systemctl status httpd
//서비스를 위해 실행을 시킴
# systemctl start httpd
//포트 리스닝 확인
# netstat -tnlp
▶ Virtual Box 네트워크 설정/ 포트 포워딩
▶ 포트 포워딩 세팅
Comments