0

What does cgi-bin directory do in /var/www folder

I just want to know the role of cgi-bin in www directory

lucky
asked Jun 12, 2019
1 Answer
1

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

View More
lucky
answered Jun 12, 2019
Your Answer
||||
 
100:0