httpd

official tools

httpd:2.4 — packaged as a smolmachine

linux/amd64
by smolmachines updated 8/10/2026
pull
smolvm pack pull registry.smolmachines.com/library/httpd:latest

This command uses a tag published for this package. Confirm that its platform entry in the tags table matches your host architecture; :latest is not universally multi-platform.

how to use

Verified steps — with the smolvm CLI installed:

# Pull :latest — linux/amd64 only

smolvm pack pull registry.smolmachines.com/library/httpd:latest -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.450 MB
linux/amd64
8/10/2026
latest50 MB
linux/amd64
8/10/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.2.1
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=