From: Reini U. <ru...@x-...> - 2002-09-20 13:45:51
|
Joby Walker wrote: > Reini Urban wrote: >> does anyone knows more about endless redirect loops on the apache? >> php has a timeout for this kind of beast, but apache not. > > Yes, it can be an issue. Mainly because each redirect is a new session > and thus apache thinks it is new. You can use mod_throttle and > mod_bandwidth to mitigate the potential threat. Within PHP we could > impliment a redirect counter so prevent too many redirects. So this is the same session problem as with the robotblocker. Looks like we have to do that... -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |