apache redirecting default home page
Hello,
I apologize for this extremely newbie question. I searched around but couldn't find an answer, perhaps I'm not searching for the correct terms.
I installed a web application, which required an install of apache, and resides in cgi-bin. It works, but I need to go to http://xxx.yyy.zzz/cgi-bin/some_app.cgi to utilize. How can I tweak apache so that I merely have to go to http://xxx.yyy.zzz to get to that one specific cgi file. There are several other .cgi files in the cgi-bin directory.
Thanks for any help!