OK, here's what eventually worked.  It appears that even though
request is using port 8081, one must specify port 80 since ipfw is
forwarding info.  And actually, the only way this seems to work
correctly is to specify both ports.  So this is what works:

`IP Address Hostname Language Root Default * affiliationmark.hlcommission.org:8081 * moa * * affiliationmark.hlcommission.org:80 * moa * * prdus.hlcommission.org:8081 * * * * prdus.hlcommission.org:80 * * *

Not sure why.

I think you have to use port 80 in the VirtualHosts because Active4D is looking at the Host http header, which would have the original port. The firewall redirects to another port at the kernel level, so the http request has no idea it is going to 8081 and the headers are unaffected.

You had to do both 80 and 8081 because of your redirects.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
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