Giter Site home page Giter Site logo

Comments (6)

gstilman avatar gstilman commented on September 26, 2024

@misilot Did you every figure this out? Getting 500 errors

from couchdb-lucene.

misilot avatar misilot commented on September 26, 2024

@gstilman from what I can tell is support for httpd_db_handlers is not available in 2.3.x.

So what we ended up doing is a proxy pass in apache directly to the lucene endpoint instead of proxying through couchdb.

from couchdb-lucene.

rnewson avatar rnewson commented on September 26, 2024

yes, that's right. That degree of pluggability was removed due to repeated security issues with it.

from couchdb-lucene.

andreyvk avatar andreyvk commented on September 26, 2024

@misilot could you please elaborate on that last comment about the "proxy pass in apache directly"? We're having hard time making couchdb 2.3.1 talk to couchdb-lucene. This is pretty much the only post available that looks like our problem and there's no concrete steps listed )

@rnewson could you also suggest smth. The documentation doesnt seem to be correct. I've tried various ways to no avail

from couchdb-lucene.

misilot avatar misilot commented on September 26, 2024

@andreyvk Something like this in our apache config. Where couchdb-lucene is listening on port 5985, so we can access it via http://webserver/_fti/ and than pass any arguments you would have done to couch after the last /

<IfModule proxy_http_module>
      ProxyPreserveHost On
      ProxyPassMatch "/_fti/(.*)$" "http://localhost:5985/$1" timeout=30
      ProxyPassReverse "/_fti/(.*)$" "http://localhost:5985/$1" timeout=30
</IfModule>

from couchdb-lucene.

andreyvk avatar andreyvk commented on September 26, 2024

Thank you so much! Let me try that.

from couchdb-lucene.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.