https://issues.apache.org/bugzilla/show_bug.cgi?id=52624

             Bug #: 52624
           Summary: Include the machine hostname in the response sent by
                    mod_jk when an HTTP error occurs between mod_jk and a
                    downstream application
           Product: Tomcat Connectors
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_jk
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


The current logging doesn't contain information useful to debug erorrs (HTTP
500 in our case). Including the machine hostname in the response sent by mod_jk
when an HTTP error occurs between mod_jk and a downstream application would
help us to be able to pinpoint the cause of such an HTTP error.

We added JkRequestLogFormat "%s %w %R %V %v %p %U %q %T [%r]" to the conf file
but in the logs there is no information about the machine hostname, only the
worker name:

500 lb1 worker1 webservices.examplecom webservices.example.com 80
/proxy/services/rpc  0.032618 [POST /rpc HTTP/1.0]

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to