On Sun, May 10, 2009 at 11:17 AM, Davide Bianchi
<[email protected]> wrote:
>> Mark Keenan wrote:
>>     ProxyPass http://192.168.1.53
>>     ProxyPassReverse http://192.168.1.53
>
> ProxyPass and ProxyPassReverse takes 2 parameters, the first one is the
> 'url' to proxy and the second is the url to proxy to. So:
>
>> ProxyPass / http://192.168.1.53/
>> ProxyPassReverse / http://192.168.1.53/
>

They take 1 parameter when used in a Location container (they get the
other from their context)

Maybe your HTML has a BASE href that is skirting your /camera/ prefix
with those relative css links.

-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to