You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
316 B
4 lines
316 B
# Logging format to capture the Host requested, and the referer to assure we get direct requests IP and proxied requests proper public addresses in our log entries of the access_log |
|
<IfModule log_config_module> |
|
LogFormat "%h \"%{Host}i\" %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined |
|
</IfModule>
|
|
|