> 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.mdApache 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

┌ stats

installs/wk0
░░░░░░░░░░
first seenMar 18, 2026
└────────────

┌ tags

└────────────