Define foswikiroot "/var/www/html/public"
Define foswikiroots "/var/www/html/public/"
ServerAdmin webmaster@localhost
DocumentRoot "${foswikiroot}"
ServerName localhost
ServerAlias localhost
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
Options Indexes FollowSymLinks
Require all granted
AllowOverride All