apache
Apache Files
# 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
Last updated