Skip to content

Instantly share code, notes, and snippets.

@lukoerfer
Created April 12, 2019 23:30
Show Gist options
  • Select an option

  • Save lukoerfer/73b82e2b2e9ce673b46a8069dd1a902c to your computer and use it in GitHub Desktop.

Select an option

Save lukoerfer/73b82e2b2e9ce673b46a8069dd1a902c to your computer and use it in GitHub Desktop.
Dockerfile for lukoerfer/w3id-test image
FROM httpd:alpine
RUN sed -i \
-e '/LoadModule rewrite_module/s/^#//g' \
-e 's#AllowOverride [Nn]one#AllowOverride All#' \
/usr/local/apache2/conf/httpd.conf
@lukoerfer
Copy link
Author

lukoerfer commented Apr 12, 2019

w3id-test

Apache httpd server for testing w3id.org redirects

Check out the detailed description at the Docker Hub repository lukoerfer/w3id-test.

License

The content of this file is licensed under the MIT license. Please note, that the resulting image references the httpd:alpine image, so keep its license in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment