<Directory /var/www/html/bugzilla> Options +ExecCGI +FollowSymLinks AllowOverride Limit </Directory>
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -name \*.cgi -exec chmod 755 {} \;
find . -name \*.pl -exec chmod 755 {} \;
find . -name \*.sh -exec chmod 755 {} \;