-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit bec3381
committed
Move log opening to appropriate execution phase
When piped logs are opened during parsing of configuration
it results in unexpected situations in apache httpd
and can cause hang of process which is trying to log
into auditlog.
Code should work as before, with the exception of
one additional condition evaluation when primary
audit log is not set and secondary audit log
path to piped executable is now not relative
to server root.1 parent d7f2be6 commit bec3381
File tree
4 files changed
+56
-58
lines changed- apache2
4 files changed
+56
-58
lines changedLines changed: 0 additions & 58 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1239 | 1239 |
| |
1240 | 1240 |
| |
1241 | 1241 |
| |
1242 | - | ||
1243 | - | ||
1244 | - | ||
1245 | - | ||
1246 | - | ||
1247 | - | ||
1248 | - | ||
1249 | - | ||
1250 | - | ||
1251 | - | ||
1252 | - | ||
1253 | - | ||
1254 | - | ||
1255 | - | ||
1256 | - | ||
1257 | - | ||
1258 | - | ||
1259 | - | ||
1260 | - | ||
1261 | - | ||
1262 | - | ||
1263 | - | ||
1264 | - | ||
1265 | - | ||
1266 | - | ||
1267 | - | ||
1268 | - | ||
1269 | - | ||
1270 | - | ||
1271 | 1242 |
| |
1272 | 1243 |
| |
1273 | 1244 |
| |
| |||
1283 | 1254 |
| |
1284 | 1255 |
| |
1285 | 1256 |
| |
1286 | - | ||
1287 | - | ||
1288 | - | ||
1289 | - | ||
1290 | - | ||
1291 | - | ||
1292 | - | ||
1293 | - | ||
1294 | - | ||
1295 | - | ||
1296 | - | ||
1297 | - | ||
1298 | - | ||
1299 | - | ||
1300 | - | ||
1301 | - | ||
1302 | - | ||
1303 | - | ||
1304 | - | ||
1305 | - | ||
1306 | - | ||
1307 | - | ||
1308 | - | ||
1309 | - | ||
1310 | - | ||
1311 | - | ||
1312 | - | ||
1313 | - | ||
1314 | - | ||
1315 | 1257 |
| |
1316 | 1258 |
| |
1317 | 1259 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1735 | 1735 |
| |
1736 | 1736 |
| |
1737 | 1737 |
| |
1738 | + | ||
1738 | 1739 |
| |
1739 | 1740 |
| |
1740 | 1741 |
| |
|
Lines changed: 52 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2316 | 2316 |
| |
2317 | 2317 |
| |
2318 | 2318 |
| |
2319 | + | ||
2320 | + | ||
2321 | + | ||
2322 | + | ||
2323 | + | ||
2324 | + | ||
2325 | + | ||
2326 | + | ||
2327 | + | ||
2328 | + | ||
2329 | + | ||
2330 | + | ||
2331 | + | ||
2332 | + | ||
2333 | + | ||
2334 | + | ||
2335 | + | ||
2336 | + | ||
2337 | + | ||
2338 | + | ||
2339 | + | ||
2340 | + | ||
2341 | + | ||
2342 | + | ||
2343 | + | ||
2344 | + | ||
2345 | + | ||
2346 | + | ||
2347 | + | ||
2348 | + | ||
2349 | + | ||
2350 | + | ||
2351 | + | ||
2352 | + | ||
2353 | + | ||
2354 | + | ||
2355 | + | ||
2356 | + | ||
2357 | + | ||
2358 | + | ||
2359 | + | ||
2360 | + | ||
2361 | + | ||
2362 | + | ||
2363 | + | ||
2364 | + | ||
2365 | + | ||
2366 | + | ||
2367 | + | ||
2368 | + | ||
2369 | + | ||
2370 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | + | ||
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
55 | + | ||
56 | + | ||
54 | 57 |
|
0 commit comments