Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Voyager

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Voyager
    3. Knowledge Articles
    4. How to interpret Apache Log

    How to interpret Apache Log

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    • Product: Voyager
    • Product Version: 8

    Question

    What do entries in the Apache logs mean?

    Answer

    Check the logs as described below and reference the format chart.

    1. cd /m1/shared/apache2/conf/modules.conf/
    2. view mod_log_config.conf
    3. Look at LogFormat entries - examples:

    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

     

    4. Interpret the format
     

    %h Remote host
    %l Remote logname (from identd, if supplied). This will return a dash unless mod_ident is present and IdentityCheck is set On.
    %u Remote user (from auth; may be bogus if return status (%s) is 401)
    %t Time the request was received (standard english format)
    "%r" First line of request
    %s Status. For requests that got internally redirected, this is the status of the *original* request --- %>s for the last.
    %b Size of response in bytes, excluding HTTP headers. In CLF format, i.e. a '-' rather than a 0 when no bytes are sent.
    %{Referer} Referer is the page that linked to this URL
    \"%{User-Agent}i" User-agent is the browser identification string.

     


    • Article last edited: 10-Jul-2014
    View article in the Exlibris Knowledge Center
    1. Back to top
      • How to install with .BAT method?
      • How to let patrons request items and route them to satellite campus?
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Voyager
    2. Tags
      1. Apache
      2. Voyager
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved