[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dav-dev
Subject:    [dav-dev] bounced message
From:       "Luis Anaya" <papo () dcentral ! com>
Date:       2000-06-23 12:19:10
[Download RAW message or body]

Hello:

I tried to send this message before and it bounced, if you receive it twice,
please accept my apologies.

Luis

-----Original Message-----
From: Luis Anaya [mailto:PapoAnaya@hotmail.com]
Sent: Friday, June 23, 2000 8:15 AM
To: papo@dcentral.com
Subject: foo


Hello:

Just to make a long story short.

I compiled mod_dav as a module in Apache 1.3.9, on Linux (Mandrake 7.0).
Compilation went well, configuration went well, I can even do LDAP
authentication using the ldap module and works well.  Well, I can get into
the drive, create directories and... Well, that's it.  I can not enter
files, I can not remove files, I only get errors when I try to do any of
those operations.   I removed authentication and I am stil having problems.

The client machine and the server are in an intranet, no proxies involved.
We do not use proxy servers at work either.  The client is a Windows NT/SP3
and the webfolders are the ones installed with Office  2K.  The server is a
PC running Linux with Apache 1.3.9, out of the box.


So.. without further details:

http.conf (extract)

# Both directories  fail.
#

# /var/lock/httpd is 777 (hey, I am desperate!)

DAVLockDB /var/lock/httpd/DAVLock

# freedav is also 777

<Directory "/usr/local/www/htdocs/freedav">
DAV On
</Directory>

#
# LDAP authentication works.  Names were changed to protect the
# innocent
<Location "/webdav">
DAV On
AuthName "Virtual Dav"
AuthType Basic
AuthLDAPHosts "ahost.com"
AuthLDAPBaseDN "o=An Org,c=US"
AuthLDAPSearchScope base
AuthLDAPUserKey uid
AuthLDAPPassKey userpassword
<LimitExcept OPTIONS>
require valid-user
</LimitExcept>
</Location>

Access Log
(10.0.0.1 is not the real address, again to protect the innocent.

10.0.0.1 - - [22/Jun/2000:16:14:15 -0400] "GET /webdav/ HTTP/1.0" 401 397 "
-" "Mozilla/4.51 [en] (WinNT; U)"
10.0.0.1 - - [22/Jun/2000:16:14:22 -0400] "GET /freedav HTTP/1.0" 301 243 "
-" "Mozilla/4.51 [en] (WinNT; U)"
10.0.0.1 - - [22/Jun/2000:16:14:22 -0400] "GET /freedav/ HTTP/1.0" 200 584
"-" "Mozilla/4.51 [en] (WinNT; U)"

Error Log

[Thu Jun 22 16:09:54 2000] [error] [client 10.0.0.1] client denied by serve
r configuration: /usr/local/www/htdocs/freedav/notes.rip
[Thu Jun 22 16:10:09 2000] [error] [client 10.0.0.1] File does not exist: /
usr/local/www/htdocs/freedav/WFCNAME.INI
[Thu Jun 22 16:10:09 2000] [error] [client 10.0.0.1] client denied by serve
r configuration: /usr/local/www/htdocs/freedav/WFCNAME.INI
[Thu Jun 22 16:10:36 2000] [error] [client 10.0.0.1] File does not exist: /
usr/local/www/htdocs/freedav/Foo/Rescued Document.txt
[Thu Jun 22 16:10:37 2000] [error] [client 10.0.0.1] client denied by serve
r configuration: /usr/local/www/htdocs/freedav/Foo/Rescued Document.txt


If you need any info, drop me a line,

TNX,

Luis Anaya
PapoAnaya@hotmail.com

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



[Attachment #3 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=093471612-23062000>Hello:</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=093471612-23062000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=093471612-23062000>I 
tried to send this message before and it bounced, if you receive it twice, 
please accept my apologies.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=093471612-23062000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=093471612-23062000>Luis</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=093471612-23062000></SPAN></FONT>&nbsp;</DIV>
<DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma 
size=2>-----Original Message-----<BR><B>From:</B> Luis Anaya 
[mailto:PapoAnaya@hotmail.com]<BR><B>Sent:</B> Friday, June 23, 2000 8:15 
AM<BR><B>To:</B> papo@dcentral.com<BR><B>Subject:</B> foo<BR><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Hello:<BR><BR>Just to make a long story 
short.<BR><BR>I compiled mod_dav as a module in Apache 1.3.9, on Linux (Mandrake 
7.0).<BR>Compilation went well, configuration went well, I can even do 
LDAP<BR>authentication using the ldap module and works well.&nbsp; Well, I can 
get into<BR>the drive, create directories and... Well, that's it.&nbsp; I can 
not enter<BR>files, I can not remove files, I only get errors when I try to do 
any of<BR>those operations.&nbsp;&nbsp; I removed authentication and I am stil 
having problems.<BR><BR>The client machine and the server are in an intranet, no 
proxies involved.<BR>We do not use proxy servers at work either.&nbsp; The 
client is a Windows NT/SP3<BR>and the webfolders are the ones installed with 
Office&nbsp; 2K.&nbsp; The server is a<BR>PC running Linux with Apache 1.3.9, 
out of the box.<BR><BR><BR>So.. without further details:<BR><BR>http.conf 
(extract)<BR><BR># Both directories&nbsp; fail.<BR>#<BR><BR># /var/lock/httpd is 
777 (hey, I am desperate!)<BR><BR>DAVLockDB /var/lock/httpd/DAVLock<BR><BR># 
freedav is also 777<BR><BR>&lt;Directory 
"/usr/local/www/htdocs/freedav"&gt;<BR>DAV 
On<BR>&lt;/Directory&gt;<BR><BR>#<BR># LDAP authentication works.&nbsp; Names 
were changed to protect the<BR># innocent<BR>&lt;Location "/webdav"&gt;<BR>DAV 
On<BR>AuthName "Virtual Dav"<BR>AuthType Basic<BR>AuthLDAPHosts 
"ahost.com"<BR>AuthLDAPBaseDN "o=An Org,c=US"<BR>AuthLDAPSearchScope 
base<BR>AuthLDAPUserKey uid<BR>AuthLDAPPassKey userpassword<BR>&lt;LimitExcept 
OPTIONS&gt;<BR>require 
valid-user<BR>&lt;/LimitExcept&gt;<BR>&lt;/Location&gt;<BR><BR>Access 
Log<BR>(10.0.0.1 is not the real address, again to protect the 
innocent.<BR><BR>10.0.0.1 - - [22/Jun/2000:16:14:15 -0400] "GET /webdav/ 
HTTP/1.0" 401 397 "<BR>-" "Mozilla/4.51 [en] (WinNT; U)"<BR>10.0.0.1 - - 
[22/Jun/2000:16:14:22 -0400] "GET /freedav HTTP/1.0" 301 243 "<BR>-" 
"Mozilla/4.51 [en] (WinNT; U)"<BR>10.0.0.1 - - [22/Jun/2000:16:14:22 -0400] "GET 
/freedav/ HTTP/1.0" 200 584<BR>"-" "Mozilla/4.51 [en] (WinNT; U)"<BR><BR>Error 
Log<BR><BR>[Thu Jun 22 16:09:54 2000] [error] [client 10.0.0.1] client denied by 
serve<BR>r configuration: /usr/local/www/htdocs/freedav/notes.rip<BR>[Thu Jun 22 
16:10:09 2000] [error] [client 10.0.0.1] File does not exist: 
/<BR>usr/local/www/htdocs/freedav/WFCNAME.INI<BR>[Thu Jun 22 16:10:09 2000] 
[error] [client 10.0.0.1] client denied by serve<BR>r configuration: 
/usr/local/www/htdocs/freedav/WFCNAME.INI<BR>[Thu Jun 22 16:10:36 2000] [error] 
[client 10.0.0.1] File does not exist: 
/<BR>usr/local/www/htdocs/freedav/Foo/Rescued Document.txt<BR>[Thu Jun 22 
16:10:37 2000] [error] [client 10.0.0.1] client denied by serve<BR>r 
configuration: /usr/local/www/htdocs/freedav/Foo/Rescued 
Document.txt<BR><BR><BR>If you need any info, drop me a 
line,<BR><BR>TNX,<BR><BR>Luis Anaya<BR><A 
href="mailto:PapoAnaya@hotmail.com">PapoAnaya@hotmail.com</A><BR><BR>________________________________________________________________________<BR>Get \
 Your Private, Free E-mail from MSN Hotmail at <A 
href="http://www.hotmail.com">http://www.hotmail.com</A><BR><BR></FONT></DIV></BODY></HTML>



_______________________________________________
dav-dev maillist  -  dav-dev@lyra.org
http://dav.lyra.org/mailman/listinfo/dav-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic