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 |
Tags
- 비밀번호정규식
- 윈도우 mod_security2
- group_concat 구분자
- usb efi 시스템 파티션 삭제
- 비밀번호검증정규식
- (using password: YES)" when trying to connect
- PHP 정규식 예제
- modsecurity 설치
- php 배열제거
- 아파치 웹 서버의 정보 숨기기
- 우분투 mysql 비밀번호 없이 로그인 될때
- php 이미지 url 검증 함수
- bootstrap
- 숫자 3자리(천단위) 마다 콤마 찍기
- bootstrap modal
- html pdf 변환
- 자바스크립트비밀번호검증
- mod_security2 설치
- sha-2 root
- javascript
- mariadb upgrade
- 윈도우 환경 아파치 mod_security2 설치
- mysqldump: Got error: 1045
- httpd.conf 보안 설정
- PHP 구글 OTP 연동
- apache mod rewrite
- 파라미터 & 오류
- PHP 구글 OTP 인증
- apple push notification service (apns) is changing
- 구글 OTP 인증
Archives
- Today
- Total
목록2025/04/07 (1)
투덜이 개발자
[apache] 아파치 설정 보안
# ServerAdmin webmaster@localhost ServerName www.yourdomain.or.kr DocumentRoot /data/www/yourdomain.or.kr/www DirectoryIndex index.php ErrorLog "|/usr/bin/cronolog ${APACHE_LOG_DIR}/%Y%m%yourdomain.or.kr_error.log" CustomLog "|/usr/bin/cronolog ${APACHE_LOG_DIR}/%Y%m%d_yourdomain.or.kr_access.log" combined # mod_rewrite 활성화 RewriteEngine On # QUERY_STRING에서 XSS 특수문자 차단 RewriteCond %{QUERY_STRING..
OS/Linux
2025. 4. 7. 11:34