Index of /server

[ICO]NameLast modifiedSize
[PARENTDIR]Parent Directory  -
[DIR]resources/2025-03-04 07:15 -
[TXT]httpd.conf2025-04-01 14:54 3.1K

Apache document server

This is the actual running server configuration for this site.

It may be deployed like so:

# podman run --rm -it \
	-p 127.0.0.1:1080:80 \
	-v ./server:/server:ro,z \
	-v ./server/resources:/resources:ro,z \
	-v ./:/site:ro,z \
	docker.io/httpd:latest httpd-foreground -f /server/httpd.conf

For the bind mounts,

Inside httpd.conf, the path to /resources/ is aliased to something that minimizes the change of naming clashes, e.g. an UUID.