Apache 1.3.36 rewrite rule https error
am 04.06.2007 16:12:03 von kaderbHi Listers,
I have Apache 1.3.36 whith mod_ssl and open_ssl build in. I want use
rewrite whith https url like this:
RewriteRule /win2/(.*) https://machine:3002/$1 [P,L]
and the machine is actually use ssl. But this directive generate proxy
error. it works fine with R directive:
RewriteRule /win2/(.*) https://machine:3002/$1 [R,L]
The problem I guess I need SSLProxyEngine set to ON but this
directive doesn't exist on the apache version I use I got syntax error
when set it!
Do you have any idea how to resolve this problem?
Have a nice day,
Ben