On Wed, 13 Jun 2012 13:20:50 +0200
Anne Blankert <[email protected]> wrote:

> If I understand your question correctly, think you need to configure:
> 
> ProxyPass /Camera/ http://10.10.10.249:7000/
> ProxyPass /discover.cgi http://10.10.10.249:7000/discover.cgi
> 
> 
> The ProxyPassReverse lines work only for redirects. /discover.cgi is
> not a redirect, but probably inside the content of one of your
> previous requests, so url /discover.cgi is NOT translated
> to /Camera/discover.cgi
> 
> 
> Anne Blankert

Thanks Anne, this was what I needed.

However, I got a new problem: I also want to protect the / directory
with .htaccess, and that works fine. I assumed that this will also
protect /Camera - evidently, not.

Is there a way to force authentication to access the proxied resource?

-- 
Janos Dohanics

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to