16 Jun
2009
16 Jun
'09
3:49 p.m.
On 16.06.09 17:36, Ustun Kaya wrote:
Hello,
Is there a straightforward way of defining which IPs are authorized to access to ZMI? I want to block public interface access and allow it only from internal network - VPN. I don't want authentication box to pop up to any single visitor with a browser.
It is Zope 2.9.4. As I searched, I came across with docs of how to write scripts to define access rules to the specific folders. Should I go that way and implement an access rule for /manage? I would implement such a policy within a front-end reverse proxy like Apache.
-aj