serving large files with access controls

2002-10-13 Thread Erik Rantapaa
ess. I can think of solutions where the probability that users can access the file without authenticating can be made very small, but I am looking for an absolute guarantee. Regards, Erik Rantapaa [EMAIL PROTECTED] __ Do you Yahoo!? Faith Hill -

problem with dup() in mod-perl?

2002-01-14 Thread Erik Rantapaa
Is anyone aware of a problem with dup-ing a fd to stdin? Attached is a module I'm using to get the output of an exec-ed command. When I call this module from a script it gives the right output. When I call this from a Mason module, I get "0 0 0" (as if no input was read). When I call this from t