On 30 oct. 06, at 18:42, Chuck Hill wrote:

Hi Miguel,

I would attack this in a different way. Running two or more wotaskd instances is something I prefer to avoid. I would run a single instance, either on localhost, or on the machine's hostname.

To handle application references across domains, I would use a rewrite rule. You can either fail the request, redirect it to the correct domain, return an error page, or anything that seems suitable.

Put this in www.A.com:

RewriteRule ^/cgi-bin/WebObjects/B.woa http://www.B.woa/cgi-bin/ WebObjects/B.woa [redirect]


This is kind of silly, and I must say : insecure ! Yes, insecure, since you may have sideeffects with dozens of vhosts. Apple should really correct this and allow to attach | bind an instance to a particular vhost, believe me. I'll open a ticket for that.

Regards
Philippe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to