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 Sunday, 5 July 2020 and can be directly 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: Sunday, 5 July 2020, 02:51:29 PM

  • Blog
  • About
  • Contact Us
  • Service Status
  • Members Forum
  • Sitemap
  • +44 114 276 9709
  • support@webarchitects.coop
  • Harland Works, Unit 12, 70 John Street, Sheffield, S2 4QU, UK
  • Co-operative Society No. 31305R
  • VAT No. GB379877412
  • Privacy Policy
CoTech Radical Routes workers.coop Patio Co-operatives UK DotCooperation Nominet Jisc SSEN
LinkedIn Twitter GitHub GitLab

© 2025 Webarch Co-operative Limited

JavaScript license information