Simple HTTP server. Overrides allowed, no indexes allowed. DocRoot is /www
993
index.html file. This is used to set up a simple site with just one landing page (no need to mount a volume to /www).INDEX_HTML_TEXT.To enable CGI do the following:
/etc/apache2/conf.d/enable-cgi.conf with the following contents:
LoadModule cgi_module modules/mod_cgi.so .htaccess file in the directory containing the scripts, for example: Options +ExecCGI
AddHandler cgi-script .cgi
/bin/sh environmentapache user can execute it.Content type
Image
Digest
sha256:2d342a63c…
Size
5.1 MB
Last updated
5 months ago
docker pull mlefkon/alpine-apache