in reply to Re: cgi apps, is it bad juju to pile program and conf file, template, etc under one directory in cgi-bin?
in thread cgi apps, is it bad juju to pile program and conf file, template, etc under one directory in cgi-bin?

Another way is to put all support files in a subdirectory, and put a .htaccess file that will block access (though that will only work under Apache).

...And only if .htaccess is turned on to begin with.

  • Comment on Re^2: cgi apps, is it bad juju to pile program and conf file, template, etc under one directory in cgi-bin?
  • Select or Download Code