>
>     File does not exist: proxy:http://localhost:8088/data.xml
>
> I've tried returning DECLINED from the handler to let the proxy module to
> kick in (with return DECLINED if $r->filename =~ m/^proxy:/;),
> but I still
> get the same error message.
>

setting the right handler again, may help:


if ($r->filename =~ m/^proxy:/)
        {
        $r->handler('proxy-server');
        return DECLINED ;
        }


Gerald





-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Reply via email to