Log the client IP

This commit is contained in:
Girish Ramakrishnan 2021-05-10 15:53:24 -07:00
parent 5d5eb1f633
commit 076a5cb14e
1 changed files with 3 additions and 2 deletions

View File

@ -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