This is my virtualhost configuration:
<Macro VHost $PORT $SERVERADMIN $SERVERNAME $SERVERALIAS $DOCUMENTROOT $PASS $LOG_DIR> <VirtualHost *:$PORT> ServerAdmin $SERVERADMIN ServerName $SERVERNAME ServerAlias $SERVERALIAS DocumentRoot $DOCUMENTROOT <Directory $DOCUMENTROOT> Options Indexes FollowSymLinks AllowOverride All Order deny,allow Allow from all </Directory> ErrorLog "$LOG_DIR/error.log" LogLevel warn CustomLog "$LOG_DIR/access.log" common </VirtualHost> </Macro>