Getting Error ecid:unknown_ecid in OHS access_log after Configuring ECID Logging
(Doc ID 1600367.1)
Last updated on FEBRUARY 24, 2023
Applies to:
Oracle HTTP Server - Version 11.1.1.5.0 to 12.1.2.0.0 [Release Oracle11g to 12c]Information in this document applies to any platform.
Symptoms
The access_logs has errors
127.0.0.1 - - [14/Nov/2013:07:40:01 -0700] "HEAD /index.html HTTP/1.1" 200 - ecid:unknown_ecid
Changes
Changed the following line in httpd.conf
FROM
LogFormat "%h %l %u %t \"%r\" %>s %b" common
TO
LogFormat "%h %l %u %t \"%r\" %>s %b ecid:%E" common
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |