emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] DAV config for mobileorg


From: Matthew Jones
Subject: Re: [Orgmode] DAV config for mobileorg
Date: Fri, 18 Jun 2010 14:41:40 -0400

I've actually just been using python's pywebdav: http://code.google.com/p/pywebdav/

running on my VPS.   I plan to just use this until I get Dropbox (or something like it) support integrated.

73,
Matthew W. Jones (KI4ZIB)
http://matburt.net


On Fri, Jun 18, 2010 at 8:23 AM, Greg Troxel <address@hidden> wrote:

I have this 99% working, but I'm unclear on what the permission plan
should be.  My apache 2.2 config is

DavLockDB "/usr/pkg/var/DavLock"
Alias /org/gdt "/home/gdt/ORG"
<Directory "/home/gdt/ORG">
   Options Indexes

   AllowOverride AuthConfig
   Order allow,deny
   Allow from all

   DAV On

   AuthType Digest
   AuthName "org/gdt"
   AuthUserFile /home/gdt/ORG/.htpasswd

   <Limit GET PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
       Require valid-user
   </Limit>
</Directory>


I've set up ~/ORG to be 770 gdt.www, and mobileorg.org 660, so that
apache can write to it.  According to apache docs, I should have all
this data owned by the apache user, and not be reading/writing it with
scp/etc.

 http://httpd.apache.org/docs/2.2/mod/mod_dav.html

I would like to have a second mobileorg user on this system, and have
apache access both files via .htpasswd digest auth, and the system
prevent each user from reading the others.

Am I confused about this?  Any hints appreciated.

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]