in reply to Data Security in Perl
If it's filesystem access you're worried about, just chown the whole tree to apache, and chmod it 700 - then apache (and any scripts it runs) can read and write to the tree, but no local users (unless they hack apache) will have access to it.
-- Dan
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Data Security in Perl
by Anonymous Monk on Sep 04, 2002 at 11:42 UTC | |
by ichimunki (Priest) on Sep 04, 2002 at 19:27 UTC |