404 error on yum nginx repository

2018-09-18 Thread Greg Barker
Seems like maybe something is broken on the nginx packages download. For example, if I curl this endpoint I get a set of results from 31-Jul-2018 $ curl https://nginx.org/packages/rhel/7/x86_64/repodata/ Index of /packages/rhel/7/x86_64/repodata/ Index of /packages/rhel/7/x86_64/repodata/../ 43

Re: SPDY connection was interrupted while downloading a file

2014-10-16 Thread Greg Barker
Thanks Valentin! I didn't realize fancyindex could be the culprit. I'll follow up with the fancyindex developer. On Thu, Oct 16, 2014 at 5:58 AM, Valentin V. Bartenev wrote: > On Wednesday 15 October 2014 19:24:11 Greg Barker wrote: > > Thanks Valentin. Here

Re: SPDY connection was interrupted while downloading a file

2014-10-15 Thread Greg Barker
.conf --sbin-path=/opt/nginx-1.6.2/sbin/nginx --with-http_ssl_module --with-http_gzip_static_module --with-http_spdy_module --add-module=/tmp/nginx_http_fancyindex_module On Wed, Oct 15, 2014 at 5:35 PM, Valentin V. Bartenev wrote: > On Monday 06 October 2014 12:25:37 Greg Barker wrote: > > I

Re: SPDY connection was interrupted while downloading a file

2014-10-15 Thread Greg Barker
Bump. Any ideas on this one? Some other folks on HN were experiencing this as well: https://news.ycombinator.com/item?id=8404790 On Mon, Oct 6, 2014 at 12:25 PM, Greg Barker wrote: > I'm using nginx 1.6.2 w/ SPDY to serve an autoindex of static files. After > I start downloading a

Re: uwsgi problems

2014-10-09 Thread Greg Barker
t; -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 10/09/2014 12:49 PM, Greg Barker wrote: > > Option #2 should work, here's what I have for my uwsgi site. > > Double check your permissions on the directory the uwsgi.sock lives > > in. > > > >

Re: uwsgi problems

2014-10-09 Thread Greg Barker
Option #2 should work, here's what I have for my uwsgi site. Double check your permissions on the directory the uwsgi.sock lives in. My nginx conf: location / { uwsgi_pass unix:///var/www/my_app/my_virtualenv/run/uwsgi.sock; include uwsgi_params; } Directory permissions: $ ls -la /var/ww

SPDY connection was interrupted while downloading a file

2014-10-06 Thread Greg Barker
I'm using nginx 1.6.2 w/ SPDY to serve an autoindex of static files. After I start downloading a file, I can no longer access other pages on the site. I get a Firefox error message "The connection was interrupted" - a similar message appears in Chrome. If I do a CTRL+F5, then I can browse the site