(02-17-2010 05:33 PM)kilburn Wrote: It is probably a permission thing (your script being blocked by suexec). Look at /var/log/apache2/suexec.log to see if it complaints about something. You might also be able to get some info in the /var/log/apache2/users/default-error.log if you haven't looked at it...
I think your right, here is the output of /var/log/apache2/suexec
Code:
[2010-02-17 01:42:01]: uid: (2003/vu2003) gid: (2003/vu2003) cmd: funcs.pl
[2010-02-17 01:42:01]: (2)No such file or directory: exec failed (funcs.pl)
Now the problem is, I have no idea why it is saying no file or directory. It is clearly in the directory and the owner and group is vu2003. Very strange.
Ok, I solved one part of the issue, My Perl directive was set wrong.... Do'H, I should be flogged... but now I have an uninitialized variable error:
Code:
Use of uninitialized value $m_lpszDecision in string eq at funcs.pl line 33.
This is a pain. I wish people would have just authored good Perl code to start with.
Thanks for you help!
-z