Jason Self | 1 Feb 2005 18:41

Publishing problems?

I have set up mod_dav on a rh8 machine.  I am able to to read the 
calendar file with my client (Mozilla Calendar) but publishing back I 
get this error:
#Publishing the calendar file failed.
#Status code: 500: Internal Server Error
I am not sure what I have wrong but bellow is the DAV stuff in my 
httpd.conf if it is any help....I didn't do a whole lot else to get this 
working other than creating a DAVLock directory and that is drwxrwxrwx 
so is the /dav directory.  Any help would be appreciated.

DAVLockDB /var/www/DAVLock
Alias /dav /var/www/dav
<Location /dav>
DAV On
AllowOverride None
order allow,deny
allow from all
</Location>
--

-- 
Respectfully yours,
Jason Self
Electrical Designer /
Network Administrator
Intertech Design Services, Inc.
Get Firefox <http://getfirefox.com/>Get Thunderbird 
<http://www.mozilla.org/products/thunderbird/>

I have set up mod_dav on a rh8 machine.  I am able to to read the 
(Continue reading)

Joachim Feise | 1 Feb 2005 19:19
Picon

Re: Publishing problems?

Jason Self wrote on 2/1/2005 09:41:
> I have set up mod_dav on a rh8 machine.  I am able to to read the
> calendar file with my client (Mozilla Calendar) but publishing back I
> get this error: #Publishing the calendar file failed. #Status code:
> 500: Internal Server Error I am not sure what I have wrong but bellow
> is the DAV stuff in my httpd.conf if it is any help....I didn't do a
> whole lot else to get this working other than creating a DAVLock
> directory and that is drwxrwxrwx so is the /dav directory.

Well, if you specify this as DAVLockDB /var/www/DAVLock, DAVLock is 
*not* a directory. It is the base name of the lock files, DAVLock.dir 
and DAVLock.pag.

-Joe
Jason Self | 1 Feb 2005 20:20

Re: Publishing problems?

I did that and thanks (I had no idea) but now it is telling me:
Publishing the calendar file failed.
Status code: 403: Forbidden

Is there something with permissions I am missing....or giving 
permissions to write?  For ease of use everything should be rwxrwxrwx.
Thanks
--

Joachim Feise wrote:

> Jason Self wrote on 2/1/2005 09:41:
>
>> I have set up mod_dav on a rh8 machine.  I am able to to read the
>> calendar file with my client (Mozilla Calendar) but publishing back I
>> get this error: #Publishing the calendar file failed. #Status code:
>> 500: Internal Server Error I am not sure what I have wrong but bellow
>> is the DAV stuff in my httpd.conf if it is any help....I didn't do a
>> whole lot else to get this working other than creating a DAVLock
>> directory and that is drwxrwxrwx so is the /dav directory.
>
>
> Well, if you specify this as DAVLockDB /var/www/DAVLock, DAVLock is 
> *not* a directory. It is the base name of the lock files, DAVLock.dir 
> and DAVLock.pag.
>
> -Joe
>

--

-- 
(Continue reading)

Nahuel ANGELINETTI | 2 Feb 2005 19:39

problem with authentification

Hi,
I have installed mod_dav on a web server.
and when i try to connect on it, we can see in the logs :

[Wed Feb  2 19:39:06 2005] [debug] apache_ssl.c(2058): CIPHER is AES128-SHA
[Wed Feb  2 19:39:07 2005] [debug] buff.c(271): read returned 236 
rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1
[Wed Feb  2 19:39:07 2005] [error] [client myip] user  not found: /theuser
[Wed Feb  2 19:39:07 2005] [debug] buff.c(271): read returned 275 
rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1
[Wed Feb  2 19:39:07 2005] [debug] buff.c(271): read returned 236 
rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1
[Wed Feb  2 19:39:07 2005] [error] [client myip] user  not found: /theuser
[Wed Feb  2 19:39:07 2005] [debug] buff.c(271): read returned 275 
rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1

Any ID ?

--

-- 
--
Nahuel ANGELINETTI
SARL Develog

Bennett, Tony - CNF | 2 Feb 2005 22:06

RE: problem with authentification

What does the Apache Access log show...??? 

-----Original Message-----
From: dav-dev-bounces <at> lyra.org [mailto:dav-dev-bounces <at> lyra.org] On
Behalf Of Nahuel ANGELINETTI
Sent: Wednesday, February 02, 2005 10:39 AM
To: dav-dev <at> lyra.org
Subject: [dav-dev] problem with authentification

Hi,
I have installed mod_dav on a web server.
and when i try to connect on it, we can see in the logs :

[Wed Feb  2 19:39:06 2005] [debug] apache_ssl.c(2058): CIPHER is
AES128-SHA [Wed Feb  2 19:39:07 2005] [debug] buff.c(271): read returned
236
rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1 [Wed Feb  2 19:39:07
2005] [error] [client myip] user  not found: /theuser [Wed Feb  2
19:39:07 2005] [debug] buff.c(271): read returned 275
rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1 [Wed Feb  2 19:39:07
2005] [debug] buff.c(271): read returned 236
rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1 [Wed Feb  2 19:39:07
2005] [error] [client myip] user  not found: /theuser [Wed Feb  2
19:39:07 2005] [debug] buff.c(271): read returned 275
rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1

Any ID ?

--
--
(Continue reading)

Nahuel ANGELINETTI | 3 Feb 2005 09:19

Re: problem with authentification

the apache access log show that :

xxx.xxx.xxx.xxx - "" [03/Feb/2005:09:15:39 +0100] "PROPFIND /mydirectory 
HTTP/1.1" 401 409 "-" "gnome-vfs/2.8.3 neon/0.24.6" 0 myhost

Bennett, Tony - CNF wrote:

>What does the Apache Access log show...??? 
>
>-----Original Message-----
>From: dav-dev-bounces <at> lyra.org [mailto:dav-dev-bounces <at> lyra.org] On
>Behalf Of Nahuel ANGELINETTI
>Sent: Wednesday, February 02, 2005 10:39 AM
>To: dav-dev <at> lyra.org
>Subject: [dav-dev] problem with authentification
>
>Hi,
>I have installed mod_dav on a web server.
>and when i try to connect on it, we can see in the logs :
>
>[Wed Feb  2 19:39:06 2005] [debug] apache_ssl.c(2058): CIPHER is
>AES128-SHA [Wed Feb  2 19:39:07 2005] [debug] buff.c(271): read returned
>236
>rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1 [Wed Feb  2 19:39:07
>2005] [error] [client myip] user  not found: /theuser [Wed Feb  2
>19:39:07 2005] [debug] buff.c(271): read returned 275
>rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1 [Wed Feb  2 19:39:07
>2005] [debug] buff.c(271): read returned 236
>rwstate=1 state=3 rstate=240 cren=0 aren=0 accept=1 [Wed Feb  2 19:39:07
>2005] [error] [client myip] user  not found: /theuser [Wed Feb  2
(Continue reading)

Bennett, Tony - CNF | 3 Feb 2005 16:47

RE: problem with authentification

PropFind returned a "401 UNAUTHORIZED" response...
...In other words, "/mydirectory" is password protected
in your httpd.conf or your password files.

Your original posting shows this message:
	[Wed Feb  2 19:39:07 2005] [error] [client myip] user  not
found: /theuser 
Which I take to mean "/theuser" is not a username contained
in your password file.

-tony

-----Original Message-----
From: Nahuel ANGELINETTI [mailto:nahuel <at> develog.com] 
Sent: Thursday, February 03, 2005 12:16 AM
To: Bennett, Tony - CNF
Subject: Re: [dav-dev] problem with authentification

the apache access log show that :

xxx.xxx.xxx.xxx - "" [03/Feb/2005:09:15:39 +0100] "PROPFIND /mydirectory
HTTP/1.1" 401 409 "-" "gnome-vfs/2.8.3 neon/0.24.6" 0 myhost

Bennett, Tony - CNF wrote:

>What does the Apache Access log show...??? 
>
>-----Original Message-----
>From: dav-dev-bounces <at> lyra.org [mailto:dav-dev-bounces <at> lyra.org] On
>Behalf Of Nahuel ANGELINETTI
(Continue reading)

Nahuel ANGELINETTI | 3 Feb 2005 18:38

Re: problem with authentification

But I use the <Directory /home/something> "command" in apache 
configuration it's not good ?
and it was "/theuser" because the directory was the same name like the 
user :-p

Well i'll test some stuff tomorow, i let's you tuned.
Thanks,

Nahuel

Bennett, Tony - CNF wrote:

>PropFind returned a "401 UNAUTHORIZED" response...
>...In other words, "/mydirectory" is password protected
>in your httpd.conf or your password files.
>
>Your original posting shows this message:
>	[Wed Feb  2 19:39:07 2005] [error] [client myip] user  not
>found: /theuser 
>Which I take to mean "/theuser" is not a username contained
>in your password file.
>
>-tony
>
>-----Original Message-----
>From: Nahuel ANGELINETTI [mailto:nahuel <at> develog.com] 
>Sent: Thursday, February 03, 2005 12:16 AM
>To: Bennett, Tony - CNF
>Subject: Re: [dav-dev] problem with authentification
>
(Continue reading)

Nahuel ANGELINETTI | 3 Feb 2005 19:00

Re: problem with authentification

Well,
I've a new problem now :
error.log :
[Thu Feb  3 18:58:27 2005] [error] [client xxx.xxx.xxx.xxx] File does 
not exist: /home/something/mydirectory//

access.log :
xxx.xxx.xxx.xxx - - [03/Feb/2005:18:58:33 +0100] "PROPFIND /mydirectory/ 
HTTP/1.1" 401 409 "-" "gnome-vfs/2.8.3 neon/0.24.6" 0 mydomain.com
xxx.xxx.xxx.xxx - - [03/Feb/2005:18:58:36 +0100] "HEAD /mydirectory/ 
HTTP/1.1" 401 0 "-" "gnome-vfs/2.8.3 neon/0.24.6" 0 mydomain.com

any idea ?

Bennett, Tony - CNF wrote:

>PropFind returned a "401 UNAUTHORIZED" response...
>...In other words, "/mydirectory" is password protected
>in your httpd.conf or your password files.
>
>Your original posting shows this message:
>	[Wed Feb  2 19:39:07 2005] [error] [client myip] user  not
>found: /theuser 
>Which I take to mean "/theuser" is not a username contained
>in your password file.
>
>-tony
>
>-----Original Message-----
>From: Nahuel ANGELINETTI [mailto:nahuel <at> develog.com] 
(Continue reading)

Bennett, Tony - CNF | 3 Feb 2005 22:53

RE: problem with authentification

Please post the stanzas from your httpd.conf file
that pertains to DAV.

And the following:
	- Are you running Apache as "root" or another 
	  user, such as "nobody".
	- does the /home/something directory exist,
	  and if so, who owns it and what is its permissions?
	- Upon what platform are you running Apache???
	- What version of Apache are you running???

Lastly, the access log you show below indicates both the
PROPFIND and the HEAD methods are failing with 401 UNAUTHORIZED...
...did you omit other apache_access_log entries ????

-tony

-----Original Message-----
From: Nahuel ANGELINETTI [mailto:nahuel <at> develog.com] 
Sent: Thursday, February 03, 2005 10:01 AM
To: Bennett, Tony - CNF
Cc: dav-dev <at> lyra.org
Subject: Re: [dav-dev] problem with authentification

Well,
I've a new problem now :
error.log :
[Thu Feb  3 18:58:27 2005] [error] [client xxx.xxx.xxx.xxx] File does
not exist: /home/something/mydirectory//

(Continue reading)


Gmane