You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/05/04 05:40:49 UTC

[Couchdb Wiki] Update of "ExternalProcesses" by mohammad.erdin

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "ExternalProcesses" page has been changed by mohammad.erdin.
The comment on this change is: edit configuration file, add python base on java example.
http://wiki.apache.org/couchdb/ExternalProcesses?action=diff&rev1=17&rev2=18

--------------------------------------------------

  level = info
  
  [external]
- test = /usr/local/src/couchdb/test.py
+ test = python /usr/local/src/couchdb/test.py
  
  [httpd_db_handlers]
  _test = {couch_httpd_external, handle_external_req, <<"test">>}