> Here is the problem:  create.pl is owned by test and group test and
has file
> permissions 755.  When the create.pl script is run it becomes owner
apache
> and group apache and has to create new files and directories on the
machine.
> All of the new files and directories  then become owner apache and
group
> apace.  I need them to stay as owner test and group test.

There is some information on SuExec in the guide:
http://thingy.kcilink.com/modperlguide/install/Is_it_possible_to_run_mod
_perl_e.html

One possible solution for this with mod_perl is to run a separate server
that just handles this script, and start that server as the proper user.

- Perrin

Reply via email to