On Mon, Jan 12, 2009 at 7:23 PM, Jeff Hinrichs - DM&T <[email protected]> wrote: >>> Futon on Apache CouchDB 0.9.0a733593-incubating >>> >>> --local.ini-- >>> [external] >>> test = /home/jlh/Projects/venvs/couch1/test_external.py >>> >> >> Try also adding something like: >> >> [httpd_db_handlers] >> _test = {couch_httpd_external, handle_external_req, <<"test">>} >> >> And then hit the url: >> >> http://127.0.0.1:5984/delasco-test/_test/ >> >> Notice that _test is what the url becomes, and <<"test">> matches the >> name you specified in the [external] section. >> >> At least, I'm pretty sure that's the idea. I haven't had the chance to >> test this since it got changed. >> > > Thanks! that is the bit of mojo I needed. > > Should I file a bug against, > http://wiki.apache.org/couchdb/ExternalProcesses ? Doesn't appear > that I can make the change nor submit a patch. >
You just need to create an account to edit the wiki. But yes please update the docs. > regards, > > Jeff >
