Per the OP's original edit to the question:
Got it working, all I had to do was add
Satisfy any
to
Directory
statement. e.g:
<Directory /var/www/bennyben.cz/web>
    Satisfy any
    Options FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
 
                