Skip to main content

Apache HTTPD operations

v0.1.5

Apache version, modules, mod_status snapshot, config syntax check, vhost dump, error/access log tails, plus narrow mutators (graceful reload, graceful stop). Full restart not included — use systemd for that.

8 allowed by default 1 need approval 1 denied by default
Pack ID
apache-httpd
Vendor
emisar
OS
linux
Actions
10
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
apachectl curl

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:fdead40ebbcc797a0e50972a2322ab2ac7064096297cba39d9b87e372d15b52d

on the runner host
sudo emisar pack install apache-httpd \
  --hash sha256:fdead40ebbcc797a0e50972a2322ab2ac7064096297cba39d9b87e372d15b52d \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 10 total

View on GitHub