URL: https://linuxfr.org/forums/linux-mandriva/posts/creer-serveur-webdav Title: creer serveur webdav Authors: mali44 Date: 2006年04月17日T17:34:00+02:00 Tags: firefox Score: 0 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> £spaces£ £/spaces£<IfModule !mod_dav.c> £spaces£ £/spaces£LoadModule dav_module /usr/lib/apache2/mod_dav.so £spaces£ £/spaces£ <IfDefine HAVE_DAV_FS> £spaces£ £/spaces£<IfModule !mod_dav_fs.c> £spaces£ £/spaces£LoadModule dav_fs_module /usr/lib/apache2/mod_dav_fs.so £spaces£ £/spaces£ <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 £spaces£ £/spaces£ £spaces£ £/spaces£Require valid-user <IfModule mod_dav_fs.c> £spaces£ £/spaces£# Location of the WebDAV lock database. £spaces£ £/spaces£DavLockDB /var/lib/dav/lockdb mais ça marche pas, rien ne semble fonctionner ds firefox à l'adresse [http://121.0.0.1/webdav](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

AltStyle によって変換されたページ (->オリジナル) /