CGI-Bin not working!

I've been screwing with this dedicated server with Apache 2.
I have a virtual server on it for bukkake-mpegs.com. Now I want this directory to have its own cgi-bin. Because /cgi-bin/ is an alias to /var/www/cgi-bin/ I added this and want to use /cgibin/ for this domains cgi:

<Directory "/var/www/bukkake-mpegs.com/cgibin">
AllowOverride None
Options None
Order allow,deny
Allow from all
Options +ExecCGI
</Directory>

But now what happens is, whenever I access bukkake-mpegs.com/cgibin/ it just redirects me back to bukkake-mpegs.com. Same story when I just change the scriptalias to this directory with:
ScriptAlias /cgibin/ "/var/www/bukkake-mpegs.com/cgibin/"

It just redirects me, no matter if the file exists or not.

What am I doing wrong? How can I give this domain its own cgi-bin?

Thanks.

 

 

 

 

Top