--On 22. April 2008 09:23:51 -0700 Mark Phillips <[EMAIL PROTECTED]> wrote:

I found this in a plone product source code (PASPlugins - IPRangePlugin)

ip = request.get('HTTP_X_FORWARDED_FOR') or request.get('REMOTE_ADDR',
None)

Any other suggestions for getting around the proxy in front of zope?

Take also a look at the 'trusted-proxies' directive within your zope.conf.
It might be necessary to set this option - check the comments.

-aj

Attachment: pgpBRm5E423FU.pgp
Description: PGP signature

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to