RE: [Zope] Serving multiple Zope domains on Apache?
Your patch does not work with Zope 2.0. I desperately need something to work with 2.0. I have not tried Andreas Kostyrka's subsiting folder patch, but it doesn't seem exactly "simple". I just want my rewrite rules to work, dammit. ;) -- Alexander Staubo http://www.mop.no/~alex/ "QED?" said Russell. "It's Latin," said Morgan. "It means, So there you bastard." --Robert Rankin, _Nostramadus Ate My Hamster_
-----Original Message----- From: Evan Simpson [mailto:evan@tokenexchange.com] Sent: 21. juli 1999 20:49 To: Alexander Staubo; zope@zope.org Subject: RE: [Zope] Serving multiple Zope domains on Apache?
See: http://www.zope.org/pipermail/zope/1999-June/006132.html
I don't think you can get away without patching ZPublisher and using rewrite rules, but it's a *tiny* patch. I've been using this for several weeks without a hitch, and it has been very nice to be able to type "4am.com/manage" rather than "4am.com/Zope/4am/manage" (I also rewrite to Zope if a URL lacks periods).
Between this and the template scheme we use, my web-design partner is pretty happy.
now-if-Dreamweaver-only-did-WebDAV-ly y'rs Evan Simpson
On Tue, 27 Jul 1999, Alexander Staubo wrote:
Your patch does not work with Zope 2.0. I'm quite sure, that the patch as such is as valid as it was. You just have to apply it manually ;).
I desperately need something to work with 2.0. I have not tried Andreas Kostyrka's subsiting folder patch, but it doesn't seem exactly "simple". It is simple. If you consider the problems involved in Subsiting. I just want my rewrite rules to work, dammit. ;) Yeah, exactly my feelings till I started digging in Zope, thinking about what I want EXACTLY, etc. Making rewrite rules work is extremly complicated on the logical level, so my patch is rather simple compared to the goal. ;)
At the moment my patch 0.6 isn't actually doing what 0.0 did, but it does other corrections, so I'd recommend waiting for 0.7, which should happen today. Andreas
participants (2)
-
Alexander Staubo -
Andreas Kostyrka