> Apache Performance Tuning
Optimize Apache with compression, caching, MPM tuning, and security hardening.
fetch
$
curl "https://skillshub.wtf/skillshub-team/catalog-batch5/apache-performance?format=md"SKILL.md•Apache Performance Tuning
Apache Performance
Compression
AddOutputFilterByType DEFLATE text/html text/css application/javascript application/json
Caching Headers
<FilesMatch "\.(jpg|png|css|js|woff2)$">
Header set Cache-Control "max-age=31536000, public, immutable"
</FilesMatch>
MPM Event Tuning
StartServers 3
MinSpareThreads 75
MaxSpareThreads 250
MaxRequestWorkers 400
Security
ServerTokens Prod
ServerSignature Off
Header always set X-Content-Type-Options "nosniff"
Header always set X-Frame-Options "SAMEORIGIN"
Options -Indexes
> related_skills --same-repo
> Nix Dev Shells with direnv
Auto-activate reproducible dev environments with Nix flakes and direnv.
> Dagger with GitHub Actions
Run Dagger CI/CD pipelines in GitHub Actions for portable, testable builds.
> Bun + Hono API
Build fast APIs with Bun runtime and Hono framework.
> Deno Fresh Framework
Build full-stack web apps with Fresh on Deno. Islands, routes, and zero runtime overhead.
┌ stats
installs/wk0
░░░░░░░░░░first seenMar 18, 2026
└────────────