Thanks Darin,

I have sort of made progress, but what I am really trying to do is to completely duplicate the proxy rules capability of WebSTAR which redirected the Active4D requests to 4th Dimensions port but also handled the responses going back to the client so that for say SSL encrypted pages, WebSTAR was doing all the encryption rather than 4th Dimension. Using the proxy rules in WebSTAR all actual connections with the client browser are being handled by WebSTAR and 4th Dimension is only communicating with WebSTAR never directly with a client browser. I know others are doing this. I think Alexander Heintz has done this, so hopefully he will chime in.

thanks though

Gary


On May 31, 2006, at 8:00 AM, [EMAIL PROTECTED] wrote:

Gary ... I've found that these worked for me.

#Active4D Rewrites
RewriteEngine On

RewriteCond %{REQUEST_URI} ^/(.*\.a4d)$ [NC]
RewriteRule .* http://xxx.xxx.xxx.xxx:8080/%1 [NC,R,L,P]

RewriteCond %{REQUEST_URI} ^/(.*\.a4p)$ [NC]
RewriteRule .* http://xxx.xxx.xxx.xxx:8080/%1 [NC,R,L,P]

RewriteCond %{REQUEST_URI} ^/(.*\.4dcgi)$ [NC]
RewriteRule .* http://xxx.xxx.xxx.xxx:8080/%1 [NC,R,L,P]

HTH,

Darin


------------------------------------------------------------------------
Gary Pedretty                                    [EMAIL PROTECTED]
Systems Manager                                   www.frontierflying.com
Frontier Flying Service, Inc.            /\                 907-450-7251
5245 Airport Industrial Road         /  \/\             907-450-7238 fax
Fairbanks, Alaska  99709        /\  /    \ \ Second greatest commandment
Serving Alaska's Interior      /  \/  /\  \ \/\   "Love your neighbor as
Temperature around +60 days, warm!!!!!              yourself" Matt 22:39
------------------------------------------------------------------------





_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to