2007/6/14, Clinton Gormley <[EMAIL PROTECTED]>:
What you're after is a PerlAccessHandler http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAccessHandler
Yes I know whether I would return an OK or a FORBIDDEN under different conditions. My questions is,when return OK,what should I do on next step?How can I send the file to clients?Do I need a redirect?When using redirect,clients may also get the real file path by guess,isn't it? Thanks!