Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File picking from WEBDAV may return HTTP 503 #47

Open
TomasKulhanek opened this issue Jun 14, 2017 · 3 comments
Open

File picking from WEBDAV may return HTTP 503 #47

TomasKulhanek opened this issue Jun 14, 2017 · 3 comments

Comments

@TomasKulhanek
Copy link
Member

TomasKulhanek commented Jun 14, 2017

Reproduced issue with HTTP 503 on testing VM. The mod_proxy redirects the request via secured authenticated channel to b2drop while on the other hand it returns HTTP 503.

The HTTP 503 is returned by EUDAT server. Reported to EUDAT team.

This was referenced Jun 14, 2017
@TomasKulhanek
Copy link
Member Author

not reproduced anymore

@TomasKulhanek
Copy link
Member Author

TomasKulhanek commented Dec 13, 2017

“HTTP 504 Gateway Time-out” is returned when trying to download this file from generated webdav https://portal.west-life.eu/webdav/eyxxxxxxxxxxxxxxxxxxx/Falcon_2012_06_12-16_55_40_0_movie.mrcs is proxied to /webdav/[email protected]/B2drop/Documents/Falcon_2012_06_12-16_55_40_0_movie.mrcs which seems to be handled by VF correctly.
VF log (var/log/httpd/access_log): gateway - - [13/Dec/2017:12:37:33 +0000] "GET /webdav/[email protected]/B2drop/Documents/Falcon_2012_06_12-16_55_40_0_movie.mrcs HTTP/1.1" 200 243361024 "-" "python-requests/2.10.0"

HTTP 500 is returned when trying to download this 18MB file:
https://portal.west-life.eu/webdav/eyxxxxxxxxxxxxxxxx/cernvm4-micro-2.7-7.hdd
VF log: gateway - - [13/Dec/2017:13:58:07 +0000] "GET /webdav/[email protected]/b2drop_2/west-life/cernvm4-micro-2.7-7.hdd HTTP/1.1" 200 25231360 "-" "python-requests/2.10.0"

Downloading small files seems to be working:
https://portal.west-life.eu/webdav/eyxxxxxxxxxxx/uploadtext.txt

@TomasKulhanek
Copy link
Member Author

Enabling B2DROP proxy instead of using mod_dav on mounted file seems fix the issue.
But it may cause some other issues which we saw last year in B2DROP.

@TomasKulhanek TomasKulhanek reopened this Jun 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant