Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where should my cgi programs go?

CGI Programs
0
Posted

Where should my cgi programs go?

0

Any cgi programs you use should be filenames ending in .cgi and should NOT be in a directory called “cgi-bin.” Note that many cgi programs will *tell* you to put files in a “cgi-bin” directory. You can just make a directory called “cgi” or “cgibin” and as long as your programs end in .cgi they should be fine. The directory “cgi-bin” is reserved for common cgi programs which can be used by everyone on the same server, such as a counter and a standard email form program. We’ll discuss how to use these later. Examples of appropriate cgi program names: wwwboard.cgi, feedback.cgi, my_email_form_program.cgi.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123