You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Peters Jan <Ja...@arcs.ac.at> on 2006/02/14 18:08:42 UTC

mod_jk error numbers

Hi all,
 
I would like to ask the list if someone can give me a hint, what might
have gone wrong with our mod_jk. I just installed the connector and
switched logging to debug mode. When I open  the log file I see the
following:
 
[Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
'/proxycheck.php' from 4 maps
[Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/servlets-examples/*'
[Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/jsp-examples/*.jsp'
[Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/esriadmin/*'
[Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/servlet/*'
[Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
'/cgi-bin/iframe/autovol' from 4 maps
[Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/servlets-examples/*'
[Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/jsp-examples/*.jsp'
[Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/esriadmin/*'
[Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/servlet/*'
[Tue Feb 14 18:00:35 2006] [27272:50880] [debug]
map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
'/ip.cgi' from 4 maps

over and over. What bothers me is the existence of the '/proxycheck.php'
, '/cgi-bin/iframe/autovol' and '/ip.cgi'  entries, since these are the
same requests at our apache firewall in mod_secure. These should have
been blocked, but seem to get through to the connector. So my questions
are:
 
1. What does the 449 and 461 numbers mean? 
2. Is there a security hole in our server?
 
Thanks for any reply and best regards
 
Jan Peters-Anders

Re: mod_jk error numbers

Posted by Mladen Turk <ml...@jboss.com>.
Filip Hanik - Dev Lists wrote:
> 1. What does the 449 and 461 numbers mean? A: My guess would be line 
> numbers
>

Sure those are line numbers, but for [debug] those
are not errors :)
As well as for [info] and [warn].

Anyhow the format is:
[DATE] [PID:ThreadID] [LEVEL] sourcefile (line number): log message ...


> 2. Is there a security hole in our server?

No. mod_jk will try to map any request from the wire,
and if no match is found (JkMount) it will return 404.

> A: What is your setup like, do you have an apache in front of an apache?
> 

I must say that I don't follow this one.
What could mod_jk do in front of another apache?

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_jk error numbers

Posted by Filip Hanik - Dev Lists <de...@hanik.com>.
1. What does the 449 and 461 numbers mean? 
A: My guess would be line numbers

2. Is there a security hole in our server?
A: What is your setup like, do you have an apache in front of an apache?


Peters Jan wrote:
> Hi all,
>  
> I would like to ask the list if someone can give me a hint, what might
> have gone wrong with our mod_jk. I just installed the connector and
> switched logging to debug mode. When I open  the log file I see the
> following:
>  
> [Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
> '/proxycheck.php' from 4 maps
> [Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
> URI '/servlets-examples/*'
> [Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
> URI '/jsp-examples/*.jsp'
> [Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
> URI '/esriadmin/*'
> [Tue Feb 14 18:00:23 2006] [27276:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
> URI '/servlet/*'
> [Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
> '/cgi-bin/iframe/autovol' from 4 maps
> [Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
> URI '/servlets-examples/*'
> [Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
> URI '/jsp-examples/*.jsp'
> [Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
> URI '/esriadmin/*'
> [Tue Feb 14 18:00:23 2006] [27275:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
> URI '/servlet/*'
> [Tue Feb 14 18:00:35 2006] [27272:50880] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
> '/ip.cgi' from 4 maps
>
> over and over. What bothers me is the existence of the '/proxycheck.php'
> , '/cgi-bin/iframe/autovol' and '/ip.cgi'  entries, since these are the
> same requests at our apache firewall in mod_secure. These should have
> been blocked, but seem to get through to the connector. So my questions
> are:
>  
> 1. What does the 449 and 461 numbers mean? 
> 2. Is there a security hole in our server?
>  
> Thanks for any reply and best regards
>  
> Jan Peters-Anders
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org