Skip to content

Instantly share code, notes, and snippets.

@vacri
vacri / gist:8d72e2ceb26fadf8f0dc
Last active August 29, 2015 14:27
Kong unprivileged user destroys pidfile
paul@srv-test-1a:~$ kong version
Kong version: 0.4.1
paul@srv-test-1a:~$ sudo kong start
[INFO] Using configuration: /etc/kong/kong.yml
[INFO] Kong version.......0.4.1
Proxy HTTP port....8000
Proxy HTTPS port...8443
Admin API port.....8001
dnsmasq port.......8053
(empty file to name the gist)
https://github.com/directus/directus/discussions/2726
@vacri
vacri / Dockerfile
Created July 4, 2023 05:34
Dockerfile for XML::Enc issue with Net::SAML2
# XML::Enc version bump from 0.11 to 0.12 kills our Net::SAML2 build's tests
# this dockerfile creates some perl .debs for use in another docker image
# the failure happens with either cpanminus or dh-make-perl (.deb package builder)
# lines 103 - 117 have 3 different build options for using XML::Enc
FROM debian:bookworm-slim AS perlbuilder
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR root