Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 31316 invoked from network); 21 Oct 2003 08:44:27 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Oct 2003 08:44:27 -0000 Received: (qmail 74294 invoked by uid 500); 21 Oct 2003 08:43:55 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 74268 invoked by uid 500); 21 Oct 2003 08:43:55 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 74254 invoked from network); 21 Oct 2003 08:43:55 -0000 Received: from unknown (HELO ns30073.ovh.net) (213.186.41.24) by daedalus.apache.org with SMTP; 21 Oct 2003 08:43:55 -0000 Received: from moresecurity.org (auxiliance-2.clients.easynet.fr [212.180.95.194]) by ns30073.ovh.net (8.12.10/8.12.9) with ESMTP id h9L8bprg025905 for ; Tue, 21 Oct 2003 10:37:53 +0200 Message-ID: <3F94F1D4.8040604@moresecurity.org> Date: Tue, 21 Oct 2003 10:44:04 +0200 From: Matthieu Estrade User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Can't use handler + reverse proxy Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am actually using apache as a reverse proxy, and i am trying to use a handler with... and it doesn't work. When i setup my SetHandler on a local virtualhost, it works well, but when i setup it on a virtualhost doing reverse proxy, it's never called. any ideas ? Matthieu