일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- sha-2 root
- 비밀번호검증정규식
- 숫자 3자리(천단위) 마다 콤마 찍기
- php 배열제거
- bootstrap
- PHP 정규식 예제
- mod_security2 설치
- modsecurity 설치
- 윈도우 mod_security2
- httpd.conf 보안 설정
- php 이미지 url 검증 함수
- 구글 OTP 인증
- javascript
- 자바스크립트비밀번호검증
- bootstrap modal
- mariadb upgrade
- 파라미터 & 오류
- mysqldump: Got error: 1045
- 아파치 웹 서버의 정보 숨기기
- 윈도우 환경 아파치 mod_security2 설치
- wsl2 우분투에 docker 설치
- PHP 구글 OTP 연동
- PHP 구글 OTP 인증
- html pdf 변환
- usb efi 시스템 파티션 삭제
- postfix 설치
- 비밀번호정규식
- group_concat 구분자
- (using password: YES)" when trying to connect
- apple push notification service (apns) is changing
- Today
- Total
목록2025/05/09 (2)
투덜이 개발자
CentOS Linux 7 modsecurity-crs 적용sudo wget https://github.com/coreruleset/coreruleset/archive/v3.3.4.tar.gztar xvfzp v3.3.4.tar.gzmkdir /etc/httpd/modsecurity-crsmv coreruleset-3.3.4 /etc/httpd/modsecurity-crs/.cd /etc/httpd/modsecurity-crs/coreruleset-3.3.4mv crs-setup.conf.example crs-setup.conf# OWASP CRS (Core Rule Set) 3.3.4 을 사용하므로 # &MULTIPART_PART_HEADERS는 ModSecurity v2에서 인식 불가능 # 파일 이름..
cronolog는 로그 파일을 날짜별로 나눠 저장할 수 있게 해주는 외부 유틸리티입니다. Apache 등에서 로그 파일을 날짜별로 회전하려는 경우 종종 사용되며, 직접 설치해야 합니다. cronolog는 오래된 패키지이고 공식 저장소에는 없을 수 있어서, 보통 소스 빌드 또는 서드파티 저장소를 이용해 설치해야 합니다. cd /usr/local/srcwget http://ftp.debian.org/debian/pool/main/c/cronolog/cronolog_1.6.2+rpk.orig.tar.gztar zxvf cronolog_1.6.2+rpk.orig.tar.gzcd cronolog-1.6.2./configuremakesudo make install 설치가 완료되면, cronolog 명령어의 위치를 ..