본문 바로가기

httpd9

Rocky 9 APM설치 (Apache Mariadb PHP) - Apache Rocky 9 APM설치 Apache httpd 설치 메뉴얼 1. 의존성 패키지 설치dnf install openssl-devel expat-devel zlib-devel apr-devel apr-util-devel pcre-devel perl bzip2 gcc make -y2. Apche 설치​wget https://dlcdn.apache.org/httpd/httpd-2.4.62.tar.gz // 파일 다운로드tar xfvz httpd-2.4.62.tar.gz // 압출 풀기cd httpd-2.4.62 // 경로 이동./configure --prefix=/usr/local/apache \--with-pcre \--enable-module=so \--enable-so \--enable-rewrite \-.. 2024. 10. 19.
Centos apache 20.04에 Node.js 설치 실행 1. epl 저장소 설치 yum install epel-release -y 2. Apache 설치 yum install libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel -y yum install httpd -y 3. Node.js 설치 yum install -y gcc-c++ make yum install nodejs -y 4. 테스트 작성 var http = require ('http'); http.createServer (function (request, response) { response.writeHead (200, {'Content-Type': 'text/html'}); response.end ('Welcome to.. 2023. 8. 30.
Centos7 - Docker HTTPD 설치 하기 * 환경 VMware 10 Centos7 Docker 10 HP DL320e Gen8 * 시작 전 docker 가 깔려있어야 합니다. https://bigju.tistory.com/entry/Centos7-Docker-%EC%84%A4%EC%B9%98 Centos7 - Docker 설치 * 환경 VMware 10 Centos 7.10 Docker 20.10.10 1. 패키지 업데이트 및 설치 sudo yum -y update sudo yum install yum-utils device-mapper-persistent-data lvm2 -y 2. Docker 리포지토리 시스템 추가 sudo yum-.. tistory.bigju.co.kr 1. 사용 가능한 httpd 검색 docker search httpd.. 2021. 11. 17.
웹로그분석 Tool 설치, web log 확인(AWStats) OS : Centos 7.9 Tool : VMware 1. 설치 cd /usr/local/src wget http://prdownloads.sourceforge.net/awstats/awstats-6.9.tar.gz //필요한 파일 다운 tar xfz awstats*.tar.gz // 압축풀기 2. AWStats 설치 mv awstats-6.9 /usr/local/awstats chmod 755 /usr/local/awstats cd /usr/local/awstats/tools ./awstats_configure.pl *******-> httpd.conf 경로 (ex: /etc/httpd/conf/httpd.conf -> y -> 이름지정 (ex: www.bigju.com) -> /etc/awstats .. 2021. 10. 24.
사이트 트래픽 제한 - Aapche OS : Centos 7.9 Tool : VMware 1. 필요 라이브러리 설치 yum -y install gcc* cd /usr/local/src wget http://linux.softpedia.com/get/Internet/HTTP-WWW-/mod-cband-4737.shtml#download tar xfz download cd mod-cband-0.9.7.5 ./configure \ --with-apxs=/usr/sbin/apxs make && make install chmod 755 /usr/lib64/httpd/modules/mod_cband.so [activating module `cband' in /etc/httpd/conf/httpd.conf] 2. 파일 수정 vi /etc/httpd/c.. 2021. 10. 23.

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!