hello all,
I have an Apache running on Solaris. all cgi scripts belong to user "root" / group "other".
I have chmod'ed them to 4755.
scripts are written in C and use system() library function to run "mv" and "ln -s" commands. script fail with WEXITSTATUS() = 2.
what could be worng? the script executes very well from a command line.
thanks!
I have an Apache running on Solaris. all cgi scripts belong to user "root" / group "other".
I have chmod'ed them to 4755.
scripts are written in C and use system() library function to run "mv" and "ln -s" commands. script fail with WEXITSTATUS() = 2.
what could be worng? the script executes very well from a command line.
thanks!