> Look at /var/log/apache/suexec.log. I think it's because your scripts > are outside the suexec docroot (which is /var/www/ in the Debian > packages).
Looks like you might be onto something. This is what I get in the suexec.log: [2002-03-01 14:27:25]: info: (target/actual) uid: (whelan/whelan) gid: (dialout/dialout) cmd: foo.sh [2002-03-01 14:27:25]: crit: cannot run as forbidden gid (20/foo.sh) So...it is correctly identifying my user as whelan and my group as dialout (group being a result of group mismapping across architectures). The questions are, why is gid 20 forbidden and how can this be changed. Daniel

