Robin Paulson
2011-05-13 06:25:35 UTC
hi all,
i'm setting up webdav on my apache installation to sync my zotero (a
citation/reference tool) database to my server. i have added the
following to '/etc/apache2/httpd.conf', created a user in the named
AuthUserFile called 'robin' and set a password, but when i try to
connect from zotero, it fails.
any suggestions gratefully accepted
===================================
LimitXMLRequestBody 10000000
<Location /var/www/zotero/>
Dav On
AuthType Basic
AuthName "WebDAV restricted"
AuthUserFile /var/local/http/dav/.DAVlogin
<LimitExcept GET HEAD OPTIONS>
Require user robin
</LimitExcept>
</Location>
===================================
as an aside, i feel like i should be restricting access to
'/var/www/zotero/' from the web browser (it's currently readable on the
web, albeit with nothing in it), but can't work out how the deny/allow
syntax functions in httpd.conf
cheers,
--
robin
http://bumblepuppy.org/blog/?p=237 - government bill to remove basic
human rights in NZ
_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
i'm setting up webdav on my apache installation to sync my zotero (a
citation/reference tool) database to my server. i have added the
following to '/etc/apache2/httpd.conf', created a user in the named
AuthUserFile called 'robin' and set a password, but when i try to
connect from zotero, it fails.
any suggestions gratefully accepted
===================================
LimitXMLRequestBody 10000000
<Location /var/www/zotero/>
Dav On
AuthType Basic
AuthName "WebDAV restricted"
AuthUserFile /var/local/http/dav/.DAVlogin
<LimitExcept GET HEAD OPTIONS>
Require user robin
</LimitExcept>
</Location>
===================================
as an aside, i feel like i should be restricting access to
'/var/www/zotero/' from the web browser (it's currently readable on the
web, albeit with nothing in it), but can't work out how the deny/allow
syntax functions in httpd.conf
cheers,
--
robin
http://bumblepuppy.org/blog/?p=237 - government bill to remove basic
human rights in NZ
_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug