Log the client IP
This commit is contained in:
parent
5d5eb1f633
commit
076a5cb14e
|
@ -2,8 +2,9 @@
|
|||
DocumentRoot /app/code/p
|
||||
AllowEncodedSlashes On
|
||||
|
||||
ErrorLog /dev/stderr
|
||||
CustomLog /dev/stdout combined
|
||||
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
|
||||
CustomLog "|/bin/cat" proxy
|
||||
ErrorLog "|/bin/cat"
|
||||
|
||||
<Directory /app/code/p/>
|
||||
Options +FollowSymLinks
|
||||
|
|
Loading…
Reference in New Issue