apache

Installation
SKILL.md

Identity

  • Unit: apache2.service (Debian/Ubuntu), httpd.service (RHEL/Fedora/CentOS)
  • Config (Debian): /etc/apache2/apache2.conf, /etc/apache2/sites-available/, /etc/apache2/sites-enabled/, /etc/apache2/mods-available/, /etc/apache2/mods-enabled/, /etc/apache2/conf-available/
  • Config (RHEL): /etc/httpd/httpd.conf, /etc/httpd/conf.d/, /etc/httpd/conf.modules.d/
  • Logs: journalctl -u apache2 / journalctl -u httpd, /var/log/apache2/ (Debian), /var/log/httpd/ (RHEL)
  • User: www-data (Debian/Ubuntu), apache (RHEL/Fedora)
  • Distro install: apt install apache2 / dnf install httpd

Key Operations

Installs
1
GitHub Stars
5
First Seen
Mar 18, 2026
apache — l3digital-net/claude-code-plugins