[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux-team] Communicator & roaming via http
1) downloader le module de roaming sur
http://www.klomp.org/mod_roaming/
je conseille la methode apxs de loin! Attention sous
redhat 6.0 le lien /etc/httpd/lib est manquant:
ln -s /usr/lib /etc/httpd/lib
2) creer un repertoire dans /etc/httpd/roaming par ex.
Donner acces en ecriture au user www (au nobody ..
c'est selon la config)
3) placer dans /etc/httpd/roaming un .htaccess de ce
genre ci:
AuthUserFile /etc/httpd/conf/roaming-passwd
AuthType Basic
AuthName "Roaming Access"
require valid-user
4) dans /etc/httpd/conf/roaming-passwd placer les users
et leur password
5) dans access.conf creer une directive directory comme suit:
<Directory /etc/httpd/roaming>
Options none
AllowOverride AuthConfig
</Directory>
6) dans le netscape configurer comme URL:
http://votreserveur/roaming/username
voila :)
Francois
Francois Baligant * * EuroNet Internet NV/SA
Developer * * a subsidiary of France Telecom
* Lozenberg 22 - B-1932 Zaventem
francois@be.euro.net * tel: +32 2 717 17 17
fax: +32 2 717 17 77
On Thu, 13 May 1999, Xavier Mertens wrote:
> Salut a tous,
>
> Si je me rappelle bien ,il y a quelques temps, des mails etaient passes
> sur la fonction de roaming de Netscape Communicator (via LDAP).
>
> J'essaie de configurer le mien mais en HTTP (via methode PUT) sur un
> server Apache mais cela ne fonctionne pas!
>
> Dans les logs d'Apache, je vois qu'un fichier "WRITETEST" est cree puis
> efface, ensuite erreur de Communicator!
>
> Une idee? Y-a-t'il un parametre special dans l'httpd.conf ?
>
> X
>
> --
> Visit: http://3276456082 | ICQ: 8398489
>
> ---------
> This message was sent by Majordomo 1.94.3. Please report problems to
> manu@rtfm.be. If you want to be deleted from the list, send a mail to
> majordomo@rtfm.be with "unsubscribe linux-team" in the body.
>
---------
This message was sent by Majordomo 1.94.3. Please report problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.