PDA

View Full Version : ISPConfig + suexec + exception for admispconfig user/group?


Norman
30th June 2007, 23:58
Is there a way I can add admispconfig to be able to execute perl scripts on all vhosts?
For example I run the dynamic awstatsscript but it breaks due to using suexec for php-cgi execution.

Any ideas?

till
1st July 2007, 12:07
as far as I know, admispconfig is already member of all website groups, so if the group has exec permissions on the script and your suexec allows exec by group memebers, it should work.

Norman
2nd July 2007, 00:54
It's weird. Cause at the moment it doesnt work.
Im thinking it may be cause it's my customer user trying to execute the scripts owned by admispconfig.

So the problem is probably reversed.
How can I make an exclusion on suexec for one directory?
So awstats.pl may be executed by all web-users.

Perhaps it's in the ispcawstats config in httpd I should set this?
Im guessing awstats dynamic will work if I use the original setup without support for suexec. But then suexec needed for php-cgi will fail =/