Webdav with Arch Linux ARM

Problems with packages? Post here, using [tags] of the package name.

Webdav with Arch Linux ARM

Postby lydericc » Sat Mar 13, 2010 1:51 pm

Hello All,

Is there currently a way to install a Webdav service in Arch Linux ARM ?
If not, any ideas on how I can try to implement it ?

Thanks in advance for your help!
lydericc
 
Posts: 2
Joined: Sat Mar 13, 2010 1:46 pm

Re: Webdav with Arch Linux ARM

Postby lydericc » Thu Apr 15, 2010 9:38 pm

Thanks for the advice. I will work on it...
lydericc
 
Posts: 2
Joined: Sat Mar 13, 2010 1:46 pm

Re: Webdav with Arch Linux ARM

Postby blurry » Tue Aug 31, 2010 2:57 pm

I've been able to get wsgidav up and running fairly quickly. You have to install a few things to build it (mercurial, etc) but it is pretty trivial to configure. I'm not too happy that it runs as root though -- all files uploaded through it are as root (or rather the user that runs the daemon). Still shopping around for something that can tie its authentication to the local users rather than managing virtual users and having passwords stored in a config file. Wsgidav does have the ability to use samba for user management, FWIW. For lack of a good getting started guide, I'm still tinkering myself.
blurry
 
Posts: 17
Joined: Tue Aug 31, 2010 2:52 pm

Re: Webdav with Arch Linux ARM

Postby dorianz » Fri May 20, 2011 7:41 am

What is your operation system?
astigmatism
P iCore7 266 16gig/ram
Last edited by dorianz on Sat Jun 25, 2011 7:29 am, edited 3 times in total.
dorianz
 
Posts: 2
Joined: Fri May 20, 2011 7:40 am

Re: Webdav with Arch Linux ARM

Postby pepedog » Fri May 20, 2011 11:14 am

With the Arch Linux ARM distribution, modules for webdav and userdir are installed with apache
In /etc/httpd/conf/http.conf uncomment line
Include conf/extra/httpd-dav.conf
Run this
$this->bbcode_second_pass_code('', '[root@PBLinux ~]# htdigest -c "/etc/httpd/user.passwd" DAV-upload admin
Adding password for admin in realm DAV-upload.
New password:')
Create directory /etc/httpd/uploads
Create directory /etc/httpd/var and change owner to http
Restart httpd
I installed cadaver to test
$this->bbcode_second_pass_code('', '[root@PBLinux ~]# cadaver http://localhost/uploads
Authentication required for DAV-upload on server `localhost':
Username: admin
Password:
dav:/uploads/> ls
Listing collection `/uploads/': succeeded.
Coll: Abba 0 Aug 17 2010
dav:/uploads/> mkcol test
Creating `test': failed:
500 Internal Server Error
dav:/uploads/> mkcol test
Creating `test': succeeded.
dav:/uploads/> ls
Listing collection `/uploads/': succeeded.
Coll: Abba 0 Aug 17 2010
Coll: test 0 May 20 12:25
dav:/uploads/> quit
Connection to `localhost' closed.')
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK


Return to Packages

Who is online

Users browsing this forum: No registered users and 27 guests