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
- rsyslog
- CentOS
- Linux
- Python
- C
- log
- Kubernetes
- Audit Log
- PostgreSQL
- GNOME
- 디렉토리
- zabbix
- yum
- syslog
- K8S
- bash
- 서울시민카드
- JSON
- 크롬
- RHEL
- Elasticsearch
- audit
- centos 7.5
- 파이썬
- 빅데이터
- GPU
- docker
- Chrome
- Shell
- Elk
Archives
- Today
- Total
목록웹서버 (1)
Sysops Notepad
[Linux] Centos 웹 서버(Apache,Nginx) X-Forwarded-For Log 설정
ApacheLogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedLogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxyCustomLog logs/access_log proxy nginx--with-http_realip_module 모듈 설치 필요 ( nginx -V ) # vi /etc/nginx/nginx.conf log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http..
업무/sys
2019. 2. 19. 16:20