Search
SearchBack to Snip <-- Previous Change | Next Change -->
| Diff Summary | |||||
|---|---|---|---|---|---|
| Title | |||||
| Date | 2008-04-27 11:47:11 | 2008-04-28 21:29:33 | |||
| Editor | Herbert Poul | Herbert Poul | |||
| Tags | |||||
| 2008-04-27 11:47:11 by Herbert Poul | 2008-04-28 21:29:33 by Herbert Poul | ||||
|---|---|---|---|---|---|
| 56 | >>> from sphene.sphsearchboard import models | 56 | >>> from sphene.sphsearchboard import models | ||
| 57 | >>> models.post_index.update() | 57 | >>> models.post_index.update() | ||
| 58 | >>> | 58 | >>> | ||
| 59 | 59 | ||||
| 60 | 60 | ||||
| n | n | 61 | # Deployment | ||
| 61 | 62 | ||||
| t | t | 63 | mod_python (3.3.1) has a problem which prevents th | ||
| > | e xapian bindings from working correcty. So you ca | ||||
| > | n not use the search with mod_python ! | ||||
| 64 | |||||
| 65 | I am currently using mod_wsgi - Here you have to m | ||||
| > | ake sure to use the following apache directive: | ||||
| 66 | |||||
| 67 | WSGIApplicationGroup %{GLOBAL} | ||||
| 68 | |||||
| 69 | |||||


