leocharre has asked for the wisdom of the Perl Monks concerning the following question:
I am developing this web app in perl, multiple cgis, some conf files.. temp files, etc. Right now it is more or less being expected to set up alongside http accesible dir, so.. if a user has /srv/whatever/username/public_html , the app would reside in /srv/whatever/username/app - that is, all sennsitive data about the applciation resides there.
Mow most cgis reside in the webshare- but they contain nothing that would make them dangerous if read as text. They contain no passwords, absolute paths to anything, etc. I should still move them out of http accessible, right?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: is it ok to have a web app install alongside http accessible instead of cgi-bin?
by ioannis (Abbot) on May 22, 2006 at 19:44 UTC | |
by leocharre (Priest) on May 22, 2006 at 20:36 UTC | |
by ioannis (Abbot) on May 22, 2006 at 22:54 UTC | |
|
Re: is it ok to have a web app install alongside http accessible instead of cgi-bin?
by strat (Canon) on May 23, 2006 at 07:39 UTC |