English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

This might sound really dumb, but what is a v-cgi folder used for? I am rebuilding a preexisting website and I noticed that a html form post method points to a v-cgi bin. The cgi-bin is empty though. ???

2006-07-17 05:32:09 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

vcgi-bin is usually an alias to a "virtual cgi" folder - a master cgi directory that is physically somewhere else on the server. The webhost you are on may do something with the posted data that you do not directly have the code for within your web pages.... this is typical of bits of standard reusable app capability, such as scripts to send out mail or toss stuff in a guestbook database, etc.

You don't see it in the cgi folder because it is, as I said, a virtual folder. The server keeps it in a central location, available to all users.

2006-07-17 05:52:21 · answer #1 · answered by evolver 6 · 5 1

that will contain your CGI script files ..

2006-07-17 13:27:48 · answer #2 · answered by santha s 2 · 0 0

fedest.com, questions and answers