in reply to How to prevent database from listing/viewing?

First off, use the wonderful CGI module that comes with perl. Then read up on your webserver documentation so you can keep people from reading files inside the /cgi-bin/ directory. I believe Apache comes pre-configured to not let files be read from the cgi-bin directory..
  • Comment on Re: How to prevent database from listing/viewing?

Replies are listed 'Best First'.
Re^2: How to prevent database from listing/viewing?
by santander (Acolyte) on Dec 03, 2004 at 14:26 UTC
    Unfortunately webserver I use provude very poor techical support.