Skip to content

Commit 9364910

Browse files
committed
more tests for apache
1 parent e494059 commit 9364910

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/data/apache

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,17 @@ data = [
5252
"error_message": "verifyclientposthandshake",
5353
}
5454
},
55+
{
56+
"raw": "<179>1 2024-07-16T10:42:21.320640+02:00 storctrl02 httpd: - httpd: [Tue Jul 16 10:42:21.316462 2024] [ssl:info] [pid 2423674:tid 140063287461632] [client 10.127.15.3:50670] AH01964: Connection to child 151 established (server storctrl02.hpc.vub.be:443)",
57+
"expected": {
58+
"@source_host": "storctrl02",
59+
"loglevel": "info",
60+
"tid": "140063287461632",
61+
"errorcode": "AH01964",
62+
"module": "ssl",
63+
"program" :"httpd",
64+
"client": "10.127.15.3",
65+
"error_message": "Connection to child 151 established (server storctrl02.hpc.vub.be:443)",
66+
}
67+
},
5568
]

0 commit comments

Comments
 (0)