I have a CGI guestbook routine that was given me which works fine on a unix/Apache machine. I edited the paths in the script to match my domain on my server, set httpd.conf for AddHandler and ExecCGI. When I hit the submit button that starts the CGI script, it opens the CGI file in my browser instead of executing it. What do I need to do to get the script to execute?