Edho Arief
December 29, 2014 03:36PM
not sure about your original problem but `curl -X HEAD` isn't a proper http
request:

```
This option only changes the actual word used in the HTTP request, it does
not alter the way curl behaves. So for example if you want to make a proper
HEAD request, using -X HEAD will not suffice. You need to use the -I, --head
<http://curl.haxx.se/docs/manpage.html#-I> option.
```
On Dec 30, 2014 5:20 AM, "stwissel" <nginx-forum@nginx.us> wrote:

> I'm using nginx 1.7.7 as a reverse proxy in front of a Apache CouchDB.
> Access via browser to CouchDB data works like a charm. However I have
> trouble with replication (which runs via HTTPs). This is what I found out:
>
> CouchDB would issue a HTTP HEAD first and then perform GET/POST as per its
> algorythm. However the HEAD request times out. I then tried to replicate
> that behavior using CURL. This is what I found:
>
> curl -v --head http://myserver/couch
>
> - works as expected
>
> curl -v -X HEAD http://myserver/couch
>
> - times out. Now I suspect that CouchDB uses a call similar to the later
> and
> thus runs into the timeout.
>
> I verified: the timeout also happens when I do a -X HEAD to a base address
> (one that is not redirected to CouchDB), so I need to change something (can
> I?) on the nginx side.
>
> What are my options?
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,255845,255845#msg-255845
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

HTTP HEAD timeout

stwissel December 29, 2014 03:20PM

Re: HTTP HEAD timeout

Edho Arief December 29, 2014 03:36PM

Re: HTTP HEAD timeout

stwissel December 29, 2014 04:23PM

Workaround

stwissel December 29, 2014 10:12PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 163
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready