Hi Igor, You are correct, I have a rewrite rule pushing all http to https.
However, I have tried my mod_proxy without this rule and the result is the same
unfortunately. I have also tried the proxy directives in the virtual server
context, but they result in the same behaviour! Thanks, MArk From: Igor Cicimov [mailto:icicimov@xxxxxxxxx] Maybe I'm wrong but it looks to me you are trying to
redirect everything that comes on port 80 (or any other port) to SSL port 443.
So how does your SSL virtual host look like? I would guess you need to put the
location statement inside that VH something like this: <Location /cameras> ProxyPass http://192.168.1.53 ProxyPassReverse http://192.168.1.53 </Location> </VirtualHost> On Mon, May 11, 2009 at 10:42 AM, Eric Covener <covener@xxxxxxxxx> wrote: On Sun, May 10, 2009 at 8:13
PM, Mark Keenan <mfkeenan@xxxxxxxxxxx>
wrote: Access log would tell you what the browser ultimately
decided to Eric Covener No virus
found in this incoming message. |