[MarkLogic Dev General] Accessing a MarkLogic
WebDav Serverbehindan Apache Web Server
Mike Sokolov
sokolov at ifactory.com
Fri Dec 14 11:35:21 PST 2007
Here is a page that might be helpful: http://silmor.de/49
They show an example that supposedly works (with subversion, which uses
dav). I think maybe the key is:
ProxyPass /svn/ http://realsvnserver/svn/
<Location /svn/ >
ProxyPassReverse /svn/
<Limit OPTIONS PROPFIND GET REPORT MKACTIVITY PROPPATCH PUT CHECKOUT
MKCOL MOVE COPY DELETE LOCK UNLOCK MERGE>
Order Deny,Allow
Allow from all
Satisfy Any
</Limit>
</Location>
McBeath, Darin W (ELS-STL) wrote:
> Ok, I have installed and configured the mod_dav module but still having
> no luck.
>
> So, out of curiosity, has anyone ever gotten something like this to work
> and if so, would you care to share the details with those who are
> becoming very frustrated :-)
>
> Thanks.
>
> Darin.
>
> -----Original Message-----
> From: McBeath, Darin W (ELS-STL)
> Sent: Thursday, December 13, 2007 6:08 PM
> To: 'general at developer.marklogic.com'
> Subject: Re: [MarkLogic Dev General] Accessing a MarkLogic WebDav
> Serverbehindan Apache Web Server
>
> I didn't think that was necessary as apache was just proxying to the
> webdav server. But, perhaps that was a bad assumption. Perhaps, this is
> needed in order to get apache to accept the propfind verb. I will give
> that a go. In hindsight, I can see that might make sense.
>
> -----Original Message-----
> From: general-bounces at developer.marklogic.com
> <general-bounces at developer.marklogic.com>
> To: 'General Mark Logic Developer Discussion'
> <general at developer.marklogic.com>
> Sent: Thu Dec 13 15:49:39 2007
> Subject: RE: [MarkLogic Dev General] Accessing a MarkLogic WebDav
> Serverbehindan Apache Web Server
>
> Just a total guess - do you have the mod_dav module installed and
> configured?
>
>
>
> ________________________________
>
> From: general-bounces at developer.marklogic.com
> [mailto:general-bounces at developer.marklogic.com] On Behalf Of McBeath,
> Darin W (ELS-STL)
> Sent: Thursday, December 13, 2007 4:17 PM
> To: General Mark Logic Developer Discussion
> Subject: [MarkLogic Dev General] Accessing a MarkLogic WebDav Server
> behindan Apache Web Server
>
>
>
> Ok, I searched the discussion group for an answer to this question, but
> had little luck. There was a discussion back in January 2007 ... but no
> resolution ... the thread just stopped.
>
>
>
> So, I'm curious if anyone has successfully accessed and MarkLogic WebDav
> Server via an Apache Web Server. I do this all of the time when
> accessing a MarkLogic HTTP Server, but now I have a need to do this for
> a WebDav Server. I have tried all different variants within Apache
> (RewriteRules, ProxyPass, etc.) but have had little luck. As far as I
> can tell the Apache Web Server is issuing a 405 (method not supported)
> on the PROPFIND. It doesn't appear the request is ever getting to
> MarkLogic. So, I would agree that this is likely not a MarkLogic issue
> but am just curious if anyone else on this list has encountered the same
> problem and successfully configured Apache. If I connect 'directly' to
> the WebDav server (not going through Apache), then everything works fine
> ... but, I don't want to open a bunch of holes in my firewall so that is
> really not an option.
>
>
>
> For my WebDav client, I'm using the Windows Network Places Explorer.
>
>
>
> Thanks.
>
>
>
> Darin.
>
> _______________________________________________
> General mailing list
> General at developer.marklogic.com
> http://xqzone.com/mailman/listinfo/general
>
More information about the General
mailing list