Sign inSign up

sprakbankental/web-httpd

By sprakbankental

•Updated almost 2 years ago

Default Apache version for Språkbanken Tal applications

Image
0

2.1K

sprakbankental/web-httpd repository overview

⁠Språkbanken Tal - insulation layer providing a default version for Docker applications

⁠What is this?

This is a Docker image used as an insulation layer for Språkbanken Tal applications.
Using it is not a requirement, but unless there are good reasons (which should be stated in documentaion), it's a strong recommendation.

**NB - Applications that are not part of Språkbanken Tal development will likely not have anything to gain from using this image as a staring point.

⁠Usage

FROM sprakbankental/httpd:latest will pull this image.

⁠Current default

Språkbanken Tal is currently using 2.4.41 as it's default Apache version.

⁠Test image

docker run -dit --name test-apache -p 8080:80 sprakbankental/web-httpd:latest Browse to localhost:8080 docker stop test-apache docker rm test-apache

⁠Features

  • Perl is loaded and accessible for Apache (for CGI)
  • Perl modules: Storable (to be changed for something more webby, either through MQTT or e.g. redis), Template

Tag summary

Content type

Image

Digest

Size

169.8 MB

Last updated

over 6 years ago

docker pull sprakbankental/web-httpd