Good Morning

I Have Debian Wheezy 7.0.
Hm Than it´s not a Plesk Problem.
For a chat script (my 5 Year old chat) i want to change these
<IfModule mod_alias.c>
<IfModule mod_cgi.c>
Define ENABLE_USR_LIB_CGI_BIN
</IfModule>
<IfModule mod_cgid.c>
Define ENABLE_USR_LIB_CGI_BIN
</IfModule>
<IfDefine ENABLE_USR_LIB_CGI_BIN>
ScriptAlias /cgi-bin/ /var/www/html/cgi-bin/
<Directory "/var/www/html/cgi-bin">
AllowOverride None
SetEnvIfNoCase Request_URI "\.pl$" no-gzip dont-vary
SetEnv no-gzip 1
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Require all granted
</Directory>
</IfDefine>
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
because the Chat Script is only in Safe Mode.
Ok, than... Do you know where the directory is on Debian?