Re: Modperl handler status code. Handler invoked two times per request.

2012-07-12 Thread Vincent Veyron
Le lundi 02 juillet 2012 à 03:50 +0400, rei...@ya.ru a écrit : > Hello. Hi, > So, whats wrong? > Dude, a lot of things... Not sure I can catch them all, but since nobody is tackling it, see some comments below. > I've found unexpected behavior of modperl handler. If handler return > Apa

Re: Modperl handler status code. Handler invoked two times per request.

2012-07-12 Thread Vincent Veyron
Le lundi 02 juillet 2012 à 03:50 +0400, rei...@ya.ru a écrit : > Hello. Hi, > So, whats wrong? > Dude, a lot of things... Not sure I can catch them all, but since nobody is tackling it, see some comments below. > I've found unexpected behavior of modperl handler. If handler return > Apa

Modperl handler status code. Handler invoked two times per request.

2012-07-01 Thread reisub
Hello. I've found unexpected behavior of modperl handler. If handler return Apache2::Const::HTTP_OK status all is ok. But other HTTP_* status code (tested with Apache2::Const::HTTP_NOT_FOUND; Apache2::Const::HTTP_FORBIDDEN and Apache2::Const::SERVER_ERROR) invoke handler again. Configurati