Skip to content

Commit

Permalink
Update: manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redcinelli committed Jul 18, 2022
1 parent 1047981 commit 499515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apache/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Supported format for the access logs are:
>```%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"```
- Example:
>```127.0.0.1 user-identifier frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "http://datawarehouse.us.oracle.com/datamining/contents.htm" "Mozilla/4.7 [en] (WinNT; I)"```
- Combined Log Format + x_forwarded_for header
- Combined Log Format + X-Forwarded-For header
- Defined in apache `LogFormat` by:
>```%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" X-Forwarded-For=\"%{X-Forwarded-For}i\"```
- Example:
Expand Down

0 comments on commit 499515f

Please sign in to comment.