13 Sep
2001
13 Sep
'01
8:14 p.m.
Richard Barrett writes:
I know that with the stock Zope UserFolder it is possible to restrict the IP domains from which each user is allowed to "log in" but is there any standard method for restricting the IP domain that is applied to all user trying to access a URL on a Zope server. Let me be specific: does Zope provide a direct analogue for putting what follows in an .htaccess file of an Apache served directory?
<Limit GET> order deny,allow deny from all allow from .mydomain.co.uk </Limit> Zope does not support this. But you can put Zope behind Apache....
Dieter