webdev/apache/apache2.conf

10 lines
No EOL
223 B
ApacheConf

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