> There is an open RFE for HTTPServer support for the DELETE method, but I 
> can't speak to its implementation status. Meanwhile, support for DELETE, 
> PUT, and OPTIONS can be implemented via request-rewriting. One approach 
> is to create a simple Apache module, which rewrites each method to a 
> POST with a method={$VERB} request-field.

If you end up using apache and its mod_proxy/mod_proxy_http modules to
route requests to MarkLogic you may need to turn on:

  SetEnv force-proxy-request-1.0 1
  SetEnv proxy-nokeepalive 1

We at least found some problems between Apache 2.2.x and Marklogic 3.2-2
if we didn't turn those on.

Jim

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
James A. Robinson                       [EMAIL PROTECTED]
Stanford University HighWire Press      http://highwire.stanford.edu/
+1 650 7237294 (Work)                   +1 650 7259335 (Fax)
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to