in reply to running exec script.cgi from a cgi script

You should be able to just use relative path to the .cgi just make sure you have the complete name 'manager.cgi'. I found it is easier if you move your scripts that are all located in a dir together using a relative path.  exec 'manager.cgi' or dienice("Could not run manager");