#!/bin/bash # V27 V89 scale - Opus WIRE continue - Skill: apache-status # Description: Apache status # Whitelist-safe timeout 8s set -e timeout 8 bash -c 'curl -sk http://localhost/server-status 2>/dev/null | head -c 200 || echo '{"note":"apache status endpoint not configured"}'' 2>&1 || echo "{\"skill\":\"apache-status\",\"error\":\"timeout_or_missing_tool\"}"