Forum Linux.mandriva creer serveur webdav

Posté par  .
Étiquettes :
0
17
avr.
2006
je veux creer un serveur webdav pour partager un agenda

j'ai installé le rpm apache2 webdav

configuré 45_mod_dav.conf ainsi


<IfDefine HAVE_DAV>
<IfModule !mod_dav.c>
LoadModule dav_module /usr/lib/apache2/mod_dav.so



<IfDefine HAVE_DAV_FS>
<IfModule !mod_dav_fs.c>
LoadModule dav_fs_module /usr/lib/apache2/mod_dav_fs.so



<IfModule mod_dav.c>
Alias /webdav /home/lionel/

<Location /webdav>
AllowOverride AuthConfig
Options MultiViews Indexes Includes FollowSymLinks
Dav On
AuthType Basic
AuthUserFile /etc/squid/users
AuthName "mon_utilisateur_webdav"
ForceType text/plain
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
# Require user greg

Require valid-user




<IfModule mod_dav_fs.c>

# Location of the WebDAV lock database.
DavLockDB /var/lib/dav/lockdb




mais ça marche pas, rien ne semble fonctionner

ds firefox à l'adresse http://121.0.0.1/webdav

j'ai
Forbidden

You don't have permission to access /webdav/ on this server.
Apache-AdvancedExtranetServer/2.0.53 (Mandriva Linux/PREFORK-9.4.102mdk) mod_ssl/2.0.53 OpenSSL/0.9.7e DAV/2 PHP/4.3.10 Catacomb/0.9.0 mod_perl/1.999.21 Perl/v5.8.6 Server at 127.0.0.1 Port 80

pardon dans le code il y a des symbole qui passe pas

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.