https://issues.apache.org/bugzilla/show_bug.cgi?id=50511
Summary: WARNING about Internal Dummy Connection of Apache
Product: Tomcat Connectors
Version: 1.2.30
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_jk
AssignedTo: [email protected]
ReportedBy: [email protected]
When my system is highly-loaded, the messeges are printed in mod_jk.log.
[mod_jk.log]
[Tue Dec 21 11:31:25.958 2010] [4744:3086915888] [warn]
map_uri_to_worker_ext::jk_uri_worker_map.c (962): Uri * is
invalid. Uri must start with /
I assume the messages are caused by Internal Dummy Connection of Apache by the
access_log.
[access_log]
::1 - - [21/Dec/2010:11:31:25 +0900] "OPTIONS * HTTP/1.0" 200 -
The OPTIONS request is valid, but mod_jk forejudges it as a WARNING.
I made small patch when the uri of request matches '*', mod_jk doesn't print
WARNING log.
But I think it should be adjusted by the category of methods.
(For example, if method is OPTIONS and uri is '*', debug message would output.)
Best regards,
--
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]