Fixed grammar

This commit is contained in:
2025-11-23 23:24:04 +01:00
parent d8f1f703df
commit 7d9d4606ee

View File

@@ -10,7 +10,7 @@ draft: false
## Understanding Apache httpd piped logs feature and its impact on performance
[Apache `httpd`](https://httpd.apache.org/), for a while, is [capable](https://httpd.apache.org/docs/2.4/logs.html#piped) of writing log files through a pipe to another process via the `CustomLog` directive in [`mod_log_config`](https://httpd.apache.org/docs/2.4/mod/mod_log_config.html) module.
[Apache `httpd`](https://httpd.apache.org/), since a while, is [capable](https://httpd.apache.org/docs/2.4/logs.html#piped) of writing log files through a pipe to another process via the `CustomLog` directive in [`mod_log_config`](https://httpd.apache.org/docs/2.4/mod/mod_log_config.html) module.
While this feature can be convenient, it introduces subtle risks that can impact web performance.