|
@@ -29,8 +29,9 @@ The following steps explain how to setup a webdav for Jtalk with Debian, but the
|
|
|
|
|
|
### Install Apache and enable the dav module
|
|
### Install Apache and enable the dav module
|
|
|
|
|
|
- apt-get install apache
|
|
|
|
|
|
+ apt-get install apache2
|
|
a2enmod dav
|
|
a2enmod dav
|
|
|
|
+ a2enmod dav_fs
|
|
|
|
|
|
### Create a password for the webdav
|
|
### Create a password for the webdav
|
|
|
|
|
|
@@ -52,7 +53,7 @@ Add the following lines to the default vhost (in /etc/apache2/sites-available/de
|
|
|
|
|
|
AuthType Basic
|
|
AuthType Basic
|
|
AuthName "jtalk"
|
|
AuthName "jtalk"
|
|
- AuthUserFile /etc/apache2/htpassword-webdav
|
|
|
|
|
|
+ AuthUserFile /etc/apache2/htpasswd-webdav
|
|
<LimitExcept GET OPTIONS>
|
|
<LimitExcept GET OPTIONS>
|
|
Require valid-user
|
|
Require valid-user
|
|
</LimitExcept>
|
|
</LimitExcept>
|