webdev/apache/apache2.conf

10 lines
223 B
ApacheConf
Raw Permalink Normal View History

2024-08-12 17:43:27 +02:00
ServerName localhost
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined