Webarchitectscoop

Sustainable, co-operative hosting you can depend on

  • Hosting
  • Support
  • About
  • Help

Webarchitects Co-operative Debian Packages #

This APT repo contains Apache2, OpenSSL and PHP7.0 packages for Debian stretch built with FD_SETSIZE / --enable-fd-setsize set to 2048, rather than the default of 1024.

The packages hosted here are automatically re-compiled (using GitLab CI and Ansible) versions of the Debian stretch source packages, which have been built to mitigate this PHP issue.

The packages were last built on Monday, 11 February 2019 and can be accessed via the directory listings for Apache2, OpenSSL and PHP7.0.

Install #

The following commands all assume you are root, run sudo -i first.

To use the packages in this repo first ensure you have apt-transport-https installed:

apt install apt-transport-https

Add the public GPG key (ID: EB612F9FE81381F8F3E58874495739F6CAA6F12D) to your machine:

wget -O - https://deb.webarch.net/pub.gpg | apt-key add -

Create a /etc/apt/sources.list.d/php.list file:

echo "deb https://deb.webarch.net/ stretch main" > /etc/apt/sources.list.d/php.list

Finally update your cache and packages:

apt update
apt dist-upgrade

Ansible #

To include this repo using an Ansible task you can use this code:

---
- name: Webarch PHP GPG key present
  apt_key:
    id: EB612F9FE81381F8F3E58874495739F6CAA6F12D
    url: https://deb.webarch.net/pub.gpg
    state: present

- name: Webarch PHP repo available
  apt_repository:
    filename: php
    repo: "deb https://deb.webarch.net/ stretch main"
    state: present

Code #

The code that was used to build the Apache2, OpenSSL and PHP7.0 packages for Debian stretch and this APT repo is available on our GitLab server at git.coop.

Last updated: Monday, 11 February 2019, 01:25:50 PM

  • Blog
  • About
  • Contact Us
  • Service Status
  • Members Forum
  • Sitemap
  • Webarchitects
  • +44 114 276 9709
  • support@webarchitects.coop
  • 68a John Street, Sheffield, S2 4QU, UK
  • Registration no. 31305R
  • Privacy Policy
CoTech Radical Routes Open Rights Group Co-operatives UK Nominet Jisc
LinkedIn Twitter GitHub GitLab

© 2019 Webarch Co-operative Limited

JavaScript license information