Re: mod perl installed but not running
mike cardeiro <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
> From: André Warnier <[email protected]> > You should probably analyse your requirements carefully (as to exactly /why/ you > want the script to run as that user). I am creating a file transfer site. When a user logs in they can upload a file, so I need the script to write the file to a directory that is not accessible by the webserver; when another user logs in they can retrieve the file. It seems to be running the scripts as me when not using mod_perl (I assume so because the script permissions are 700) Mike Cardeiro