Fixed grammar
This commit is contained in:
@@ -10,7 +10,7 @@ draft: false
|
|||||||
|
|
||||||
## Understanding Apache httpd piped logs feature and its impact on performance
|
## 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.
|
While this feature can be convenient, it introduces subtle risks that can impact web performance.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user