일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CentOS
- MSA
- MySQL
- Rocky Linux 8
- Windows 10 Home
- LattePanda Ubuntu
- 라떼판다 NAS
- 라떼판다
- podman
- haproxy
- RHEL 7
- Kubernetes
- 자작 NAS
- LattePanda NAS
- WireGuard
- Openstack Rocky
- 라떼판다 우분투
- CentOS 8
- RHEL
- nextcloud
- LattePanda
- RDP Wrap
- Packstack
- PostgreSQL
- RHEL 8
- Rocky Linux
- ubuntu
- MariaDB
- centos 7
- openstack
Archives
- Today
- Total
목록Linux/11.Apache HTTPD Server (1)
간마늘작업소
[RHEL / CentOS / Rocky Linux / Ubuntu] Apache HTTP Server 컴파일 설치
0.개요 Apache HTTP Server는 yum 및 dnf로도 설치할 수 있음. 그러나 기본 리포지토리로 제공하는 패키지의 버전은 낮음. 따라서, 최신 버전 설치를 위해서는 컴파일 설치를 진행해야함. 1.사전 조건 구성 Apache Engine 경로 /Infra/engine/web/apache 2.사전 패키지 설치 RHEL 7 / CentOS 7 yum install bind-utils wget unzip net-tools git vim yum install gcc gcc-c++ zlib-devel openssl-devel expat-devel pcre-devel m4 RHEL 8, 9 / CentOS 8 / Rocky Linux 8, 9 dnf install bind-utils wget unzip ..
Linux/11.Apache HTTPD Server
2022. 6. 29. 15:28