----- Original Message -----
From: "Elodie Tasia" <[EMAIL PROTECTED]>
To: "Slide Group" <[EMAIL PROTECTED]>
Sent: Friday, March 22, 2002 6:13 PM
Subject: problem with Apache & propfind
org.apache.commons.httpclient.HttpException: Unauthorized 401
<Directory />
AuthName everteam
AuthType Basic
AuthGroupFile "D:\Program Files\Apache Group\Apache\conf\ap_group.conf"
AuthUserFile "D:\Program Files\Apache Group\Apache\conf\ap_user.conf"
AuthAuthoritative on
Options FollowSymLinks <== U can set set "All" temporarily for ur eaiser
debugging
AllowOverride None
DAV On
Order allow, deny <== Please, add it.
Allow from .ur_domain.net (or ur_host or all) <== Please, add it.
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
Require user admin frb elo
</Limit>
</Directory>
I think ur configuration is so stricted. u need to set that ur client is possible to
get stuff from the server at least.
If it wouldn't work well, additional information about ur password, ur code and the
additional server configuration is required to guess ur problem.
Sung-Gu