Just tried it; didn't help. The error message is still there.
Is it possible that the proxy setup is somehow screwed up? I checked and
rechecked and everything seems fine: mod_proxy is loaded, ProxyRequests is
turned on. I can't think of anything else to check.
Regards
Dmitry
At 12:37 PM 12/15/99 , Gerald Richter wrote:
>setting the right handler again, may help:
>
>
>if ($r->filename =~ m/^proxy:/)
> {
> $r->handler('proxy-server');
> return DECLINED ;
> }
>
>>
>> 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.