# Suppose that your CBDL directory is E:/CBDL  (CBDL.exe is at E:/CBDL/CBDL.exe)
# Add the following line after ScriptAlias /cgi-bin/ ....
ScriptAlias /cbdl/  "E:/CBDL/"
# Add the following line after the line concerning "/cgi-bin" directory
AllowOverride None
Options None
Order allow,deny
Allow from all
 
# Ensure that you added the option +ExecCGI to your Document root directory
# 
#  Options +ExecCGI
# 
 
# Finally, add these lines inside the  directive
    AddType application/x-httpd-cbdl .cbd
    Action application/x-httpd-cbdl "/cbdl/CBDL.exe" 
# See httpd.conf.sample for an example