Install an compile went fine with no errors (running ZopeHttpServer on a Slackware Linux box) First connect after an easy install , I request "http://myhostnamewenthere:8080/manage" and netscape returned, "Document contains no data". My first guess was that I didn't have permissions to the dir Zope needed, but I checked and I do. So is Zope serving a broken header file? or is this a common first time error? I checked the list archive with no luck. I couldn't find a file/dir "manage" anywhere, even tried a search from "/" with no luck. DAve. The server log shows the following errors. <log> Publishing module Main Serving HTTP on port 8080 ... ---------------------------------------- Exception happened during processing of request from ('xxx.xxx.xxx.xxx, 2194) ---------------------------------------- -------------------------------------er.py", line 295, in publish_module File "/home/dad/dadstuff/Zope-1.9b1-src/ZopeHTTPServer/ZopeHTTPServer.py", line 321, in get_environment File "/usr/lib/python1.5/SimpleHTTPServer.py", line 87, in translate_path path = os.getcwd() error: (13, 'Permission denied') Traceback (innermost last): File "/home/dad/dadstuff/Zope-1.9b1-src/ZopeHTTPServer/ZopeHTTPServer.py", line 355, in handle_request File "/usr/lib/python1.5/SocketServer.py", line 239, in process_request self.finish_request(request, client_address) File "/usr/lib/python1.5/SocketServer.py", line 243, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python1.5/SocketServer.py", line 362, in __init__ self.handle() File "/usr/lib/python1.5/BaseHTTPServer.py", line 258, in handle method() File "/home/dad/dadstuff/Zope-1.9b1-src/ZopeHTTPServer/ZopeHTTPServer.py", line 288, in do_GET File "/home/dad/dadstuff/Zope-1.9b1-src/ZopeHTTPServer/ZopeHTTPServer.py", line 295, in publish_module File "/home/dad/dadstuff/Zope-1.9b1-src/ZopeHTTPServer/ZopeHTTPServer.py", line 321, in get_environment File "/usr/lib/python1.5/SimpleHTTPServer.py", line 87, in translate_path path = os.getcwd() error: (13, 'Permission denied') </log>