|

楼主 |
发表于 2006-3-24 10:27:16
|
显示全部楼层
我已经抓了modsec_audit.log日志了
==81c1ec03==============================
Request: svn.xxx.com 219.x.x.x - xx.xx.com [24/Mar/2006:10:06:43 +0800] "OPTIONS /xxx.xxx.com/lib HTTP/1.1" 403 307 "-" "SVN/1.3.0 (r17949) neon/0.25.4" E5IT3tIzB2oAAEGb6PgAAAAM "-"
Handler: dav-handler
-----------------------------PTIONS /xxx.com/lib HTTP/1.1
Host: svn.xxx.com
User-Agent: SVN/1.3.0 (r17949) neon/0.25.4
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Length: 104
Content-Type: text/xml
Accept-Encoding: gzip, gzip
Authorization: Basic aG1zLnJkLmlrYW5nLmNvbTpobXM=
mod_security-action: 403
mod_security-message: Access denied with code 403. Pattern match "!(^application/x-www-form-urlencoded$|^multipart/form-data" at HEADER("Content-Type"
104
<?xml version="1.0" encoding="utf-8"?><Dptions xmlns="DAV:"><D:activity-collection-set/></Dptions>
HTTP/1.1 403 Forbidden
Content-Length: 307
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
--81c1ec03--
modsec_debug.log
[root@www logs]# cat modsec_debug.log |grep svn
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83ba298][/xxx.xxx.com/lib][2] Logging phase starting
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83ba298][/xxx.xxx.com/lib][3] Audit log: Set to RelevantOnly - ignoring a non-relevant request
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][2] Detection phase starting (request 83a5db0): "OPTIONS /xxx.xxx.com/lib HTTP/1.1"
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][4] Normalised REQUEST_URI: "/xxx.xxx.com/lib"
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][2] Parsing arguments...
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][3] Content-Type is "text/xml"
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][5] read_post_payload: read 104 bytes
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][4] Time #1: 2659 usec
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][2] Checking signature "!^(GET|HEAD)$" at REQUEST_METHOD
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][4] Checking against "OPTIONS"
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][3] Warning (chained rule). Pattern match "!^(GET|HEAD)$" at REQUEST_METHOD
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][2] Checking signature "!(^application/x-www-form-urlencoded$|^multipart/form-data" at HEADER(Content-Type)
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][4] Checking against "text/xml"
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][1] Access denied with code 403. Pattern match "!(^application/x-www-form-urlencoded$|^multipart/form-data" at HEADER("Content-Type"
[24/Mr/2006:10:06:43 +0800] [svn.xx.comg/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][4] Time #2: 2952 usec
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][4] sec_filter_in: start: inputmode=0, readtype=0, nBytes=8192
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][4] sec_filter_in: Sent 104 bytes (104 total)
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][4] sec_filter_in: Sent EOS bucket
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][2] Logging phase starting
[24/Mar/2006:10:06:43 +0800] [svn.xx.com/sid#812e508][rid#83a5db0][/xxx.xxx.com/lib][2] sec_audit_logger_serial: start |
|