[Zope] A curious thought
ender
kthangavelu@earthlink.net
Sun, 3 Jun 2001 11:54:07 -0700
On Saturday 02 June 2001 14:43, Karl Munroe wrote:
>>Hey all,
>>
>>can I have the Zope server use a different port for accessing the
>> management interface. A port that is different than the one that deals
>> with http requests like so.
>>
>>http://mysite.server.com/mange will redirect the the request or return and
>>error.
>>
>>to get to the management interfafe I have to
>>
>>http://mysite.server.com:5634/mange
perhaps with a SiteAccess rule.. check the port number and url accessed and
redirect appropiately..
the question than is why would you want to... if you want to secure manage
pages its probably best to just send em over ssl.
~Kapil