https://bz.apache.org/bugzilla/show_bug.cgi?id=59090
Bug ID: 59090
Summary: Issue with WebDav -
org.apache.http.NoHttpResponseException
Product: Apache httpd-2
Version: 2.4.18
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
We are currently facing an Issue in Apache 2.4.18 Server running on Windows
2012 Server with a WebDav Application -> Module mod_dav_fs
The Client which access the WebDav gets randomly the following ERROR:
org.apache.http.NoHttpResponseException: XXXX:80 failed to respond.
I was able to reproduce the issue with JMeter
- 40 Threads which call “GET Requests” on a specific file
- Randomly some calls fail with the above mentioned error
- Small files generate less errors than bigger files
Same testing on a UNIX environment (RedHat), results in no ERRORs. SO it looks
like it is somehow related to Windows OS.
Configuration for WebDav:
DavLockDB H:/Apache2.4/conf/davlock/DavLock
Alias /webdav H:/DATA/WEBDAV_ATTACHMENTS
<Directory H:/DATA/WEBDAV_ATTACHMENTS>
Options +Indexes
AllowOverride None
ForceType application/binary
Order allow,deny
allow from all
Dav filesystem
DavDepthInfinity on
require user XXXXXX
AuthType basic
AuthName "webdav"
AuthUserFile H:/Apache2.4/conf/davlock/.htdav_basic
</Directory>
<VirtualHost XXXXXXXX:80>
</VirtualHost>
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]