• Following the plugin settings instructions to use the “external configs” https://easyengine.io/wordpress-nginx/tutorials/single-site/fastcgi-cache-with-purging/ it appears this cannot be installed.

    1. nginx -V 2>&1 | grep nginx-cache-purge -o
    > no output, so we need to install it
    2. sudo add-apt-repository ppa:rtcamp/nginx
    >
    `

    Repository: 'deb https://ppa.launchpadcontent.net/rtcamp/nginx/ubuntu/ jammy main'
    Description:
    Nginx build by rtCamp. This is mainly used and maintained for EasyEngine project - http://github.com/rtCamp/easyengine
    
    You can use it directly as well.
    More info: https://launchpad.net/~rtcamp/+archive/ubuntu/nginx
    Adding repository.
    Press [ENTER] to continue or Ctrl-c to cancel.
    Adding deb entry to /etc/apt/sources.list.d/rtcamp-ubuntu-nginx-jammy.list
    Adding disabled deb-src entry to /etc/apt/sources.list.d/rtcamp-ubuntu-nginx-jammy.list
    Adding key to /etc/apt/trusted.gpg.d/rtcamp-ubuntu-nginx.gpg with fingerprint B53CFFC44B7243284C50239A4AA5C398D43A36E6
    Hit:1 http://nginx.org/packages/mainline/ubuntu jammy InRelease
    Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]                                                                                                                                          
    Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease                                                                                                                                                             
    Ign:4 https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 InRelease                                                                                                                                          
    Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]                                                                                                                                            
    Hit:7 https://deb.nodesource.com/node_20.x jammy InRelease                                                                                                                        
    Hit:10 https://ppa.launchpadcontent.net/ondrej/apache2/ubuntu jammy InRelease                                                                                     
    Hit:11 http://archive.ubuntu.com/ubuntu jammy-backports InRelease                                                                     
    Hit:12 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease                                                             
    Hit:13 https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 Release                                                              
    Ign:14 https://ppa.launchpadcontent.net/rtcamp/nginx/ubuntu jammy InRelease                                                           
    Err:15 https://ppa.launchpadcontent.net/rtcamp/nginx/ubuntu jammy Release                                       
      404  Not Found [IP: 2620:2d:4000:1::81 443]
    Hit:6 https://downloads.mariadb.com/Tools/ubuntu jammy InRelease                         
    Err:8 https://dlm.mariadb.com/repo/mariadb-server/10.9/repo/ubuntu jammy InRelease
      403  Forbidden [IP: 2a00:1450:4026:805::201b 443]
    Err:9 https://dlm.mariadb.com/repo/maxscale/latest/apt jammy InRelease
      403  Forbidden [IP: 2a00:1450:4026:805::201b 443]
    Reading package lists... Done
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    E: The repository 'https://ppa.launchpadcontent.net/rtcamp/nginx/ubuntu jammy Release' does not have a Release file.
    W: http://nginx.org/packages/mainline/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    E: Failed to fetch https://dlm.mariadb.com/repo/mariadb-server/10.9/repo/ubuntu/dists/jammy/InRelease  403  Forbidden [IP: 2a00:1450:4026:805::201b 443]
    E: The repository 'https://dlm.mariadb.com/repo/mariadb-server/10.9/repo/ubuntu jammy InRelease' is no longer signed.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    E: Failed to fetch https://dlm.mariadb.com/repo/maxscale/latest/apt/dists/jammy/InRelease  403  Forbidden [IP: 2a00:1450:4026:805::201b 443]
    E: The repository 'https://dlm.mariadb.com/repo/maxscale/latest/apt jammy InRelease' is no longer signed.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    
    

    3. sudo apt-get update
    […]
    Err:14 https://ppa.launchpadcontent.net/rtcamp/nginx/ubuntu jammy Release
    404 Not Found [IP: 2620:2d:4000:1::81 443]
    […]
    4. sudo apt-get remove nginx*
    > Removing nginx (1.25.2-1~jammy) …
    5. sudo apt-get install nginx-custom
    Reading package lists… Done
    Building dependency tree… Done
    Reading state information… Done
    E: Unable to locate package nginx-custom

    Do you have updated documentation?

    • This topic was modified 1 month, 2 weeks ago by Beda.
  • You must be logged in to reply to this topic.