Hi all,
I am running FreeBSD 9.2 release p4. I cannot seem to get the graphical
parts of my cgi-bin scripts, it displays the text file instead.
In my httpd.conf:
<Directory "/home/ipaudit/public_html/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
Thanks