<snip> ----- Original Message ----- From: Yegor Bryukhov To: Jonathan Cc: zope-dev@zope.org Sent: Thursday, October 12, 2006 4:20 PM Subject: Re: [Zope-dev] Cannot access Zope Management Interface through lighttpdproxy unsuccessful access to Zope Management Interface from inside the campus: 127.0.0.1 - Anonymous [12/Oct/2006:16:10:37 -0400] "GET /manage HTTP/1.0" 401 583 "" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv: 1.8.0.7) Gecko/20060913 Fedora/1.5.0.7-1.fc5 Firefox/1.5.0.7 pango-text" </snip> I am just guessing (i don't use lighttpd), but it looks like your proxy/rewriting is not set up correctly: ..."GET /manage HTTP/1.0" 401 583 "" "Mozilla/5.0... The set of double quotes before "Mozilla... should contain the URL to the ZMI. Here is an extract from one of my Z2.log files: 127.0.0.1 - admin [12/Oct/2006:16:29:04 -0400] "GET /VirtualHostBase/http/mgr.xxx.net:80/VirtualHostRoot/misc_/SiteAccess/VirtualHostMonster.gif HTTP/1.1" 304 254 "http://mgr.xxx.net/manage_main" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" Maybe you will get a more informed response on the lighttpd list! Jonathan