Folks, A few days into Zope now, and it looks darn impressive. Unfortunately my ISP runs Apache and won't set up the rewriteengine config or recompile to allow authentication pass-through, so I'm trying to set up cookie-based authentication using the etcUserFolder product. Control Panel shows the product as broken; the docs lead me to expect that when I click on that link <a href="Control_Panel/Products/etcUserFolder/manage_workspace"> it'll take me to a traceback. Instead I get the "Z Object Publishing Environment Help" frameset! Weird, eh? I'm a newbie pretty much dead in the water not knowing how to proceed with debugging the broken product if I can't see the traceback ... any help would be appreciated. (running Zope 2.0b1 on FreeBSD in case it matters). Thanks, Tim Washington, DC
Tim Vetter wrote:
Folks,
A few days into Zope now, and it looks darn impressive. Unfortunately my ISP runs Apache and won't set up the rewriteengine config or recompile to allow authentication pass-through, so I'm trying to set up cookie-based authentication using the etcUserFolder product.
Fortunately there is another alternative: let Apache handle authentication. Take at look at doc/WEBSERVER.txt in your distribution, under the section: Allowing your server to handle authentication itself Ultimately you'll probably want to do something different, like cookie auth. But it might help you get going for a while. --Paul
participants (2)
-
Paul Everitt -
Tim Vetter