in reply to Re: Apache2 Mod_perl 2 without a endless loop of redirect
in thread Apache2 Mod_perl 2 without a endless loop of redirect

The return codes from apache handlers are not the same as HTTP codes. Some of them are for historical reasons, but it can't be counted on. HTTP codes are used in the headers and apache constants are used as handler return values.
  • Comment on Re^2: Apache2 Mod_perl 2 without a endless loop of redirect