Hi Lee,

I am trying to set up a WebDAV connection to our library server, but am having a hard time getting it to connect.

On an Ubuntu server the first thing to check on the server side would be whether the dav and dav_fs Apache modules are enabled.

On the command line on your library server:
sudo apache2ctl -M |grep dav

If they are not, they can be enabled using:

sudo a2enmod dav
sudo a2enmod dav_fs

then, restart Apache:

sudo service apache2 restart


For the client side see: 18. "WebDAV access to Authoring Space" (p. 136) in the Authoring Manual for information about connecting to webDAV.

https://library1.lon-capa.uiuc.edu/adm/help/author.manual.pdf


Stuart Raeburn
LON-CAPA Academic Consortium


Quoting "Bynum, Lee Hamilton" <leeby...@illinois.edu>:

Hello Users,

I am trying to set up a WebDAV connection to our library server, but am having a hard time getting it to connect. I am fairly certain WebDAV is turned on by default. I am using an address of https://<library>/webdav/<domain>/<username>/.

We use both SSO and internal log in on our server. I have confirmed that /adm/login/ works for my account.

Can anyone lend some pointers on setting up a WebDAV connection to a LON-CAPA authoring space?

Lee
_______________________________________________
LON-CAPA-users mailing list
LON-CAPA-users@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-users

_______________________________________________
LON-CAPA-users mailing list
LON-CAPA-users@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-users

Reply via email to