Hi, Devraj Mukherjee wrote: > Hi everyone, > > I have a protected web site which uses mod_auth_radius to perform its > authentication. However even after I have authenticated some elements > such as images don't turn up. > > One of the pages also delivers a Java applet and the JRE seems to be > asking me to authenticate over again and at times does not deliver the > applet successfully. > > Any ideas or similar experiences are welcome. I can't seem to make any > sense of this. You may have better luck with mod_auth_xradius. We had it written due to problems with mod_auth_radius and it's use of cookies, etc. You can find it at: http://www.outoforder.cc/projects/apache/mod_auth_xradius/ You may need the following patch in order to get it to configure: --- configure 2005-07-05 19:36:21.000000000 +0100 +++ configure.new 2005-12-13 08:48:56.000000000 +0000 @@ -4401,7 +4401,7 @@ fi for x in $test_paths ; do - amc_shlib="${x}/libapr_memcache${shrext_cmds}" + amc_shlib="${x}/lib/libapr_memcache${shrext_cmds}" echo "$as_me:$LINENO: checking for apr_memcache library in ${x}/lib" >&5 echo $ECHO_N "checking for apr_memcache library in ${x}/lib... $ECHO_C" >&6 if test -f ${amc_shlib}; then HTH, Neil. -- Neil Hillard neil.hillard@xxxxxxxxxxxxxxxxxx AgustaWestland http://www.whl.co.uk/ Disclaimer: This message does not necessarily reflect the views of Westland Helicopters Ltd. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx