Reposoft / openidc-keycloak-test

zmartzone/mod_auth_openidc and keycloak combined - self hosted cloud auth
19 stars 6 forks source link

Use httpd package from debian stretch instead of official httpd image #20

Closed solsson closed 6 years ago

solsson commented 6 years ago

This was an attempt to go to latest stable and avoid the locally compiled httpd.

solsson commented 6 years ago

This produced a larger image (apache2 package with deps is bigger than compiled binaries) and was quite tricky to use in downstream containers. Having a2enmod is useful, compared to sed, but the modular conf structure only adds obscurity.