Skip to content

Commit ca9df19

Browse files
address review comments
1 parent 06993ab commit ca9df19

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/apache/_dev/build/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
2424

2525
Supported format for the access logs are:
2626

27-
- [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format)
27+
- [Common Log Format](https://httpd.apache.org/docs/2.4/logs.html#:~:text=format%20strings.-,Common%20Log%20Format,-A%20typical%20configuration)
2828

2929
- The common `LogFormat` can be used as follows:
3030

packages/apache/docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
158158

159159
Supported format for the access logs are:
160160

161-
- [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format)
161+
- [Common Log Format](https://httpd.apache.org/docs/2.4/logs.html#:~:text=format%20strings.-,Common%20Log%20Format,-A%20typical%20configuration)
162162

163-
- Defined in apache `LogFormat` by :
163+
- The common `LogFormat` can be used as follows:
164164

165165
>```%h %l %u %t \"%r\" %>s %b```
166166
@@ -170,7 +170,7 @@ Supported format for the access logs are:
170170
171171
- Combined Log Format
172172

173-
- Defined in apache `LogFormat` by:
173+
- The combined `LogFormat` can be used as follows:
174174

175175
>I. ```%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"```
176176
@@ -188,7 +188,7 @@ Supported format for the access logs are:
188188
189189
- Combined Log Format + X-Forwarded-For header
190190

191-
- Defined in apache `LogFormat` by:
191+
- The combined `LogFormat` with x-forwarded-for header can be used as follows:
192192

193193
>```%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" X-Forwarded-For=\"%{X-Forwarded-For}i\"```
194194

0 commit comments

Comments
 (0)