I have a cgi (compiled from C) I'd like to run in my homepage, but I've never tried this before...I think I need the cgi set executable from a configuration file in the webserver? Or perhaps a cgi-bin set executable.
I tried setting the cgi executable with chmod a+xr, but it doesn't seem to be working.
The file is /matingball/iffy/iffy.cgi.
If I had a cgi-bin in /matingball/ that'd probably work, or I think all .cgi files can be made automatically executable according to this page: http://httpd.apache.org/docs/1.3/misc/F ... criptAlias

