1 Answer
cgi-bin directory is the location where you can store perl or compiled scripts.Whatever you place inside it,it will be considered as a programs instead of images or html pages.Web servers executes these scripts on its own ..you just cant create this directory on the web server and expect it to work.....To Be Simple,its the only location where web server executes the programs
Your Answer