Nikhil schrieb:
[Tue Jul 15 12:57:40 2008] [20026:0001] [debug] mod_jk.c (607): Service
protocol=HTTP/1.1 method=GET host=(null) addr=149.77.175.155 name=
is3.hyd.deshaw.com port=8080 auth=(null) user=(null) laddr=149.77.160.20raddr=
149.77.175.155
--------------
If noticed, auth=(null) and user=(null) are being set ... but I wonder why?
Do I have to look somewhere else to make any changes too ?
That means, Apache httpd did not provide any authentication information.
Looks like your authentication setup doesn't even work inside httpd.
If it does work, the user name should get logged in your access log.
Usually the default log format for the access log of httpd is "common",
which contains the authenticated user name in the third column ("%u").
If it isn't shown in the httpd access log, then you need to fix your
authentication setup in httpd first.
Regards,
Rainer
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]