ppm2: für mich sicher genug, ich hoste nur kundenseiten auf dem server, die von mir betreut werden.
jan10001: wirklich? hast du da weitere infos drüber? die
mod_perl doku sagt:
QuoteIs it possible to run mod_perl enabled Apache as suExec?
The answer is No. The reason is that you can't "suid" a part of a process. mod_perl lives inside the Apache process, so its UID and GID are the same as the Apache process.
You have to use mod_cgi if you need this functionality.
Another solution is to use a crontab to call some script that will check whether there is something to do and will execute it. The mod_perl script will be able to create and update this todo list.