Re: Error intercept.

2007-02-23 Thread Benoit Plessis
Benoit Plessis a écrit : Perrin Harkins a écrit : On 2/22/07, Benoit Plessis <[EMAIL PROTECTED]> wrote: When using wget -SO - http://url/ things seem to be ok, i got the want text, and headers seems good to me: [...] Using links everything goes fine, but firefox do not show anything (and

Re: Error intercept.

2007-02-23 Thread Benoit Plessis
Perrin Harkins a écrit : On 2/22/07, Benoit Plessis <[EMAIL PROTECTED]> wrote: When using wget -SO - http://url/ things seem to be ok, i got the want text, and headers seems good to me: [...] Using links everything goes fine, but firefox do not show anything (and there is nothing in 'view s

Re: Error intercept.

2007-02-22 Thread Perrin Harkins
On 2/22/07, Benoit Plessis <[EMAIL PROTECTED]> wrote: When using wget -SO - http://url/ things seem to be ok, i got the want text, and headers seems good to me: [...] Using links everything goes fine, but firefox do not show anything (and there is nothing in 'view source'). Why don't you c

Re: Error intercept.

2007-02-22 Thread Benoit Plessis
Robert Landrum wrote: Given that this is in French, is it possible this is a UTF8 issue? Could length $error_page be returning a value that is inconsistent with the actual length of the message. If so, firefox might be ignoring some or all of the message. I could be wrong. I would try unse

Re: Error intercept.

2007-02-22 Thread Robert Landrum
Benoit Plessis wrote: $r -> headers_out->set('Content-Length', length $error_page); Hmm... Incident sur l'hebergement

Error intercept.

2007-02-22 Thread Benoit Plessis
Hi, I'm trying to build an filter that will parse the output of some application server (AKA the blackbox) and replace the errors messages with something neater. For that purpose i installed the following OutputFilter on the reverse-proxy: ---8< package MyApache2::FilterColdf