Hello,
I recently was browsing through the httpd file and came upon this(need to fix this). What does this mean to me? I haven't got a clue what any of this means. This is the way the file appeared right out of the box. It hasn't affected apache running but I would like to know what It means.
# Need to fix this
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /var/log/httpd/access_log common
Thanks Again
I recently was browsing through the httpd file and came upon this(need to fix this). What does this mean to me? I haven't got a clue what any of this means. This is the way the file appeared right out of the box. It hasn't affected apache running but I would like to know what It means.
# Need to fix this
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
CustomLog /var/log/httpd/access_log common
Thanks Again