logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Seems to be a problem with mod_dav ?
Author
pbhq



Joined: 17 Mar 2013
Posts: 37
Location: Germany

PostPosted: Wed 31 Oct '18 18:24    Post subject: Seems to be a problem with mod_dav ? Reply with quote

Split from www.apachelounge.com/viewtopic.php?t=8138


I'm not sure, but there seems to be a problem with mod_dav:

Code:

80.187.118.184 - user [31/Oct/2018:11:51:44 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 200 8734
80.187.118.184 - - [31/Oct/2018:11:51:45 +0100] "PUT /user/pwd-file.kdbx HTTP/2.0" 401 1297
[Wed Oct 31 11:51:45.959651 2018] [dav:error] [pid 7008:tid 2188] (OS 5)Zugriff verweigert  : [client 80.187.118.184:31139] There was a problem writing the file atomically after writes.  [500, #0]
80.187.118.184 - - [31/Oct/2018:11:51:45 +0100] "PUT /user/pwd-file.kdbx HTTP/2.0" 500 1073
80.187.118.184 - - [31/Oct/2018:11:52:35 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 401 1297
80.187.118.184 - user [31/Oct/2018:11:52:35 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 200 8734
80.187.118.184 - - [31/Oct/2018:11:52:36 +0100] "PUT /user/pwd-file.kdbx HTTP/2.0" 401 1297
[Wed Oct 31 11:52:36.826560 2018] [dav:error] [pid 7008:tid 2188] (OS 5)Zugriff verweigert  : [client 80.187.118.184:32024] There was a problem writing the file atomically after writes.  [500, #0]
80.187.118.184 - - [31/Oct/2018:11:52:36 +0100] "PUT /user/pwd-file.kdbx HTTP/2.0" 500 1073


After the Apache-Restart, the access worked again without problems, mhhh:

Code:
|
80.187.118.184 - - [31/Oct/2018:14:09:34 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 401 1297
80.187.118.184 - user [31/Oct/2018:14:09:34 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 200 8734
80.187.118.184 - - [31/Oct/2018:14:09:34 +0100] "PUT /user/pwd-file.kdbx HTTP/2.0" 401 1297
80.187.118.184 - user [31/Oct/2018:14:09:34 +0100] "PUT /user/pwd-file.kdbx HTTP/2.0" 204 -
80.187.118.184 - - [31/Oct/2018:14:09:44 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 401 1297
80.187.118.184 - user [31/Oct/2018:14:09:44 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 200 8718
80.187.118.184 - - [31/Oct/2018:14:10:01 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 401 1297
80.187.118.184 - user [31/Oct/2018:14:10:01 +0100] "GET /user/pwd-file.kdbx HTTP/2.0" 200 8718
 
Back to top
maba



Joined: 05 Feb 2012
Posts: 64
Location: Germany, Heilbronn

PostPosted: Thu 22 Nov '18 11:25    Post subject: Reply with quote

There is a small hint inside the error 500: "OS 5"

This would indicate to me that there is some underlying Windows file system access error. My guess - this can happen again and the re-start of Apache is not solving the root cause in a reliable way.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 22 Nov '18 11:35    Post subject: Reply with quote

An OS 5 error should be logged in Windows Event Log (Ereignisanzeige -> Windows Protokolle) and maybe a hint in the apache error log.
Back to top


Reply to topic   Topic: Seems to be a problem with mod_dav ? View previous topic :: View next topic
Post new topic   Forum Index -> Apache