<VirtualHost localhost:80>
ServerAdmin baraka@localhost
ServerName test.baraka
DocumentRoot /var/www/baraka/run
DirectoryIndex index.php
<Directory /var/www/baraka/run>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Update: Please check your Baraka path before load that configuration.