httpd

official tools

httpd:2.4 โ€” packaged as a smolmachine

linux/amd64
by smolmachines updated 6/22/2026
pull
smolvm pack pull registry.smolmachines.com/library/httpd:2.4
how to use

Verified steps โ€” with the smolvm CLI installed:

# Pull (amd64)

smolvm pack pull registry.smolmachines.com/library/httpd:amd64 -o httpd.smolmachine

# Run a one-off command โ€” ephemeral, the VM is discarded when it exits

smolvm pack run --sidecar httpd.smolmachine httpd-foreground

# Or run it as a persistent machine โ€” create, start, exec, stop

smolvm machine create --name httpd --from httpd.smolmachine
smolvm machine start --name httpd
smolvm machine exec --name httpd -- httpd-foreground
smolvm machine stop --name httpd
tags
tagdigestsizeplatformscreated
2.4sha256:13d135b2d654โ€ฆ50 MB
linux/amd64
6/22/2026
latestsha256:13d135b2d654โ€ฆ50 MB
linux/amd64
6/22/2026
configuration
base image httpd:2.4
mode container
entrypoint httpd-foreground
workdir /usr/local/apache2
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform linux/amd64
smolvm version 1.1.2
environment
PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HTTPD_PREFIX=/usr/local/apache2 HTTPD_VERSION=2.4.68 HTTPD_SHA256=68c74d4df38c26bed4dfbdb8f3baf1eb532f3872357becc1bba5d136f6b63c06 HTTPD_PATCHES=