> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/services/apache.md).

# apache

### Apache Files

```bash
# default config
/etc/apache2/httpd.conf
/etc/apache2/apache2.conf
/etc/httpd/httpd.conf
/etc/httpd/conf/httpd.conf

# config file contain location to log file (if custom)
# default log
/var/log/apache/access.log
/var/log/apache2/access.log
/etc/httpd/logs/access_log
/var/log/httpd-access.log (freebsd)

# default vhost config
/etc/apache2/sites-available/000-default.conf
/etc/apache2/sites-enabled/000-default.conf
```
