I am currently running Zope 2.44, Python 2.13, and Apache 1.3.22 on a RedHat 8 server which is pretty stable. I need to upgrade to at least 2.6 to take advantage of ZCTextIndex, as I want to have the ability to do exact phrase searches. Also, any pointers as to how to reindex after installing would be appreciated. What is the most stable combination of Zope 2.6/Python/Apache? I had to use Apache 1.3.22 at the time because .23 and .24 had cookie handling problems. Michael -- Michael Lewis <michael@nichestaffing.com> NicheStaffing.com
What is the most stable combination of Zope 2.6/Python/Apache? I had to use Apache 1.3.22 at the time because .23 and .24 had cookie handling problems.
Zope 2.6 is said to require Python 2.1.3 (though it is possible to use 2.2). Can't say about Apache: check if your cookie thing has cleared up in the newer versions. --jcc
--On Freitag, 7. März 2003 09:42 -0700 Michael Lewis <michael@nichestaffing.com> wrote:
I am currently running Zope 2.44, Python 2.13, and Apache 1.3.22 on a RedHat 8 server which is pretty stable. I need to upgrade to at least 2.6 to take advantage of ZCTextIndex, as I want to have the ability to do exact phrase searches. Also, any pointers as to how to reindex after installing would be appreciated.
where is the problem? replace TextIndexes with a ZCTextIndex and reindex the catalog. that's it. -aj
I had made a couple of text indexes by mistake, replaced the text indexes with field indexes and reindexed and it didn't work. Just a little paranoid I guess. On Fri, 2003-03-07 at 23:40, Andreas Jung wrote:
--On Freitag, 7. März 2003 09:42 -0700 Michael Lewis <michael@nichestaffing.com> wrote:
I am currently running Zope 2.44, Python 2.13, and Apache 1.3.22 on a RedHat 8 server which is pretty stable. I need to upgrade to at least 2.6 to take advantage of ZCTextIndex, as I want to have the ability to do exact phrase searches. Also, any pointers as to how to reindex after installing would be appreciated.
where is the problem? replace TextIndexes with a ZCTextIndex and reindex the catalog. that's it.
-aj -- Michael Lewis <michael@nichestaffing.com> NicheStaffing.com
--On Freitag, 7. März 2003 23:53 -0700 Michael Lewis <michael@nichestaffing.com> wrote:
I had made a couple of text indexes by mistake, replaced the text indexes with field indexes and reindexed and it didn't work. Just a little paranoid I guess.
Replaced text index with field indexes??? Since they work completely different I don't really understand why you are doing this. -aj
I wanted field indexes, but made text indexes by mistake. This was over a year ago when I was a raw newbie. I only knew HTML and a little Javascript and nothing about DTML, Python or database apps. Now I'm a dangerous newbie;-) But still just a little paranoid. On Sat, 2003-03-08 at 00:12, Andreas Jung wrote:
--On Freitag, 7. März 2003 23:53 -0700 Michael Lewis <michael@nichestaffing.com> wrote:
I had made a couple of text indexes by mistake, replaced the text indexes with field indexes and reindexed and it didn't work. Just a little paranoid I guess.
Replaced text index with field indexes??? Since they work completely different I don't really understand why you are doing this.
-aj
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) -- Michael Lewis <michael@nichestaffing.com> NicheStaffing.com
participants (3)
-
Andreas Jung -
J Cameron Cooper -
Michael Lewis