>>>>> "James" == James Masters <[EMAIL PROTECTED]> writes:

James> Yes, you are right of course. This has made me wonder if I'm putting
James> them in the right place.  My db is called GARD so I simply created a
James> dir under cgi-bin called GARD and put the DB.pm and the table modules
James> in there.

You really really really shouldn't put libs or config files under cgi-bin.
cgi-bin is *exclusively* for things that you want to *execute* directly with a
URL from a browser.  Auxillary stuff belongs *outside* the cgi-bin and
htdoc-reachable areas, otherwise they might be disclosed if someone guesses
the URL to reach them.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to