in reply to Re^2: download instead of execution
in thread download instead of execution

In my vhost.conf file i have the following to execute cgi

ScriptAlias /external-bin/ /home/huck/cvs/cgi-bins/external-bi +n/ <Directory "/home/huck/cvs/cgi-bins/external-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all Require all granted </Directory>