I'm trying to set apache up for cgi. The script executes from commandline as the owner. Permissions are 755. I can access the file from the browser with apache's addhandler commented out (doesn't execute, shows the script). But when I use addhandler /cgi-script/ .cgi I get a forbidden error. Help?