Re: [EMAIL PROTECTED] Running httpd as root on a Linux machine

2007-08-06 Thread Jos Ewert
I would make a cronjob that is executed every few minutes , so apache can still be its own user , you dont need to set anything in sudoers. It might not be realtime but i think for security its a good solution. Graham Frank wrote: > Why not use sudo to execute the commands through Apache? At lea

Re: [EMAIL PROTECTED] suexec + chroot + fascgi php = no input file specified.

2007-07-31 Thread Jos Ewert
Am 31.07.2007, 14:20 Uhr, schrieb Jaqui Greenlees <[EMAIL PROTECTED]>: --- Jos Ewert <[EMAIL PROTECTED]> wrote: Hi, I want to set up a system like this : /var/www/user/htdocs/abc.com /var/www/user/htdocs/def.com ... try with /var/www/htdocs/user/ <- trailing slash if

[EMAIL PROTECTED] suexec + chroot + fascgi php = no input file specified.

2007-07-31 Thread Jos Ewert
Hi, I want to set up a system like this : /var/www/user/htdocs/abc.com /var/www/user/htdocs/def.com ... To serve php ( and maybe later other systems ) I chose fastcgi and suexec that I modified to chroot, for flexibility and security. I chroot to /var/www/user . For each user I want a minimum o