Learn about Centmin Mod LEMP Stack today
Register Now

Nginx srcache-nginx-module_v0.32rc1.tar.gz internal 500 error

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Matt, Apr 23, 2020.

  1. Matt

    Matt Well-Known Member

    932
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    12:08 AM
    1.5.15
    MariaDB 10.2
    Unable to upgrade nginx as the github link throws a 500 error

    https://codeload.github.com/openresty/srcache-nginx-module/tar.gz/v0.32rc1

    Code:
    Download srcache-nginx-module_v0.32rc1.tar.gz ...
    Error: srcache-nginx-module_v0.32rc1.tar.gz not found!!! Downloading now......
    wget -c4 --progress=bar https://github.com/openresty/srcache-nginx-module/archive/v0.32rc1.tar.gz -O srcache-nginx-module_v0.32rc1.tar.gz --tries=3
    --2020-04-23 13:53:30--  https://github.com/openresty/srcache-nginx-module/archive/v0.32rc1.tar.gz
    Resolving github.com... 140.82.118.3
    Connecting to github.com|140.82.118.3|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://codeload.github.com/openresty/srcache-nginx-module/tar.gz/v0.32rc1 [following]
    --2020-04-23 13:53:30--  https://codeload.github.com/openresty/srcache-nginx-module/tar.gz/v0.32rc1
    Resolving codeload.github.com... 140.82.114.9
    Connecting to codeload.github.com|140.82.114.9|:443... connected.
    HTTP request sent, awaiting response... 500 Internal Server Error
    2020-04-23 13:53:59 ERROR 500: Internal Server Error.


     
  2. tininho

    tininho Active Member

    182
    44
    28
    May 22, 2019
    eu
    Ratings:
    +135
    Local Time:
    2:08 AM
    Same problem with php upgrade and phpredis-5.1.1.tgz
    Code:
    Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20190902/
    Installing header files:          /usr/local/include/php/
    service php-fpm reload
    Redirecting to /bin/systemctl reload php-fpm.service
    Check if phpredis-5.1.1.tgz exists
    Downloading redis PHP extension..
    Download phpredis-5.1.1.tgz ...
    Error: phpredis-5.1.1.tgz not found !!! Downloading now...... \E[1;32;40m
    wget -cnv --no-dns-cache -4 --progress=bar https://github.com/phpredis/phpredis/archive/5.1.1.tar.gz -O phpredis-5.1.1.tgz --tries=3
    https://codeload.github.com/phpredis/phpredis/tar.gz/5.1.1:
    2020-04-23 13:56:08 ERROR 500: Internal Server Error.
    Error: phpredis-5.1.1.tgz download failed.
     
  3. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:08 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Looks like Github.com site wide issue of some kind at https://www.githubstatus.com/incidents/2y6v4ltq26g7

    looks to be okay now - can you guys confirm ?
    Code (Text):
    curl -4I https://codeload.github.com/openresty/srcache-nginx-module/tar.gz/v0.32rc1
    curl -4I https://codeload.github.com/phpredis/phpredis/tar.gz/5.1.1
    

    Code (Text):
    curl -4I https://codeload.github.com/openresty/srcache-nginx-module/tar.gz/v0.32rc1
    HTTP/1.1 200 OK
    Date: Thu, 23 Apr 2020 15:09:21 GMT
    Content-Type: application/x-gzip
    Access-Control-Allow-Origin: https://render.githubusercontent.com
    Content-Disposition: attachment; filename=srcache-nginx-module-0.32rc1.tar.gz
    Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
    ETag: W/"de0bfd7fe41dfbb7c473f91a6bd2fa316ffb26af1f39b1f547a22deac7c0b0c6"
    Strict-Transport-Security: max-age=31536000
    Vary: Authorization,Accept-Encoding
    X-Content-Type-Options: nosniff
    X-Frame-Options: deny
    X-XSS-Protection: 1; mode=block
    X-Varnish: 90212118
    Age: 0
    Via: 1.1 varnish (Varnish/6.0)
    X-Cache: HFM
    X-Cache-Hits: 0
    Accept-Ranges: bytes
    X-GitHub-Request-Id: 8BAA:4445:95CF:F286:5EA1AFA1
    

    Code (Text):
    curl -4I https://codeload.github.com/phpredis/phpredis/tar.gz/5.1.1
    HTTP/1.1 200 OK
    Access-Control-Allow-Origin: https://render.githubusercontent.com
    Content-Disposition: attachment; filename=phpredis-5.1.1.tar.gz
    Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
    Content-Type: application/x-gzip
    ETag: W/"e1eaabe630687737a063046d1858f5604c238a3ffaa9ea8661ab0c40c6564afe"
    Strict-Transport-Security: max-age=31536000
    Vary: Authorization,Accept-Encoding
    X-Content-Type-Options: nosniff
    X-Frame-Options: deny
    X-XSS-Protection: 1; mode=block
    Date: Thu, 23 Apr 2020 15:10:04 GMT
    X-Varnish: 886352102
    Age: 0
    Via: 1.1 varnish (Varnish/6.0)
    X-Cache: HFM
    X-Cache-Hits: 0
    Accept-Ranges: bytes
    X-GitHub-Request-Id: DFF0:75D1:5697:897E:5EA1AFCC
    
     
  4. tininho

    tininho Active Member

    182
    44
    28
    May 22, 2019
    eu
    Ratings:
    +135
    Local Time:
    2:08 AM
    Code:
    HTTP/1.1 200 OK
    Seems ok here!
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:08 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    tried php upgrade yet ? seems like the fix is still ongoing across github's servers https://www.githubstatus.com/incidents/2y6v4ltq26g7

     
  6. tininho

    tininho Active Member

    182
    44
    28
    May 22, 2019
    eu
    Ratings:
    +135
    Local Time:
    2:08 AM
    Upgrade completed successfully as well!
     
  7. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:08 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+