리자

apache log 에 접속자의 cookie 정보를 포함하지 않도록 설정하기

· 2021-06-22 (화) 14:23:59 · 2450

httpd.conf 파일에서 Cookie 부분을 나오지 않게 해주면 됩니다.

 

<IfModule log_config_module>

    #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Cookie}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined

 

ps. 한참 찾았네요. ㅠㅠ

|
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

5,403건

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
PHP 19-06-24 조회 3,179
PHP 19-06-09 조회 3,793
MySQL 19-04-01 조회 4,847
jQuery 19-03-20 조회 4,236
node.js 19-02-12 조회 3,332
node.js 19-02-12 조회 3,067
node.js 19-02-12 조회 3,328
node.js 19-02-07 조회 3,291
node.js 19-02-07 조회 3,050
node.js 19-02-07 조회 3,182
node.js 19-02-04 조회 2,918
node.js 19-02-04 조회 2,908
node.js 19-02-04 조회 3,341
node.js 19-01-31 조회 2,447
node.js 19-01-31 조회 2,597
node.js 19-01-31 조회 3,091
node.js 19-01-28 조회 2,851
node.js 19-01-28 조회 2,934
node.js 19-01-28 조회 2,761
node.js 19-01-22 조회 3,103
node.js 19-01-22 조회 2,849
node.js 19-01-22 조회 3,286
node.js 19-01-16 조회 2,718
node.js
[node.js]
19-01-16 조회 2,633
node.js 19-01-16 조회 9,308
node.js 19-01-12 조회 4,369
node.js 19-01-12 조회 2,988
node.js 19-01-12 조회 3,117
node.js 19-01-11 조회 2,690
node.js 19-01-11 조회 4,008