in reply to Development Directory Structure and Technique
I like both Coreolyn and Fastolfe's suggestions. With one comment on the apache_root/projectname/lib approach.
In the case of a CGI project, I would keep any project modules in a directory outside the apache_root structure ( as well as any conf directories) as a misconfiguration by the webmaster can expose those to the web, you won't want to have someone inadvertently get an index view of your libs/conf directory where you may have stashed some important database connection information.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
($code or die) Re: Development Directory Structure and Technique
by $code or die (Deacon) on Jan 03, 2001 at 22:33 UTC |