I am trying to install the h20 framework (h2o.aestiva.com) into uniserver. It requires the .exe (perl based I think) be run in the cgi-bin but when I run it I get an error of: >>> Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/2.0.59 (Win32) DAV/2 PHP/5.2.3 Server at 127.0.0.1 Port 80 <<< And when I check the log there is this: >>> - [Wed Apr 16 23:50:04 2008] [error] [client 127.0.0.1] (OS 740)The requested operation requires elevation. : couldn't spawn child process: W:/cgi-bin/asetup397.exe - [Wed Apr 16 23:50:04 2008] [error] [client 127.0.0.1] (OS 740)The requested operation requires elevation. : couldn't create child process: 720740: asetup397.exe <<< This install works no problem on XAMPP and elsewhere but not on uniserver. I'm thinking that it is a persmissions issue but can't find where permissions are controlled if that is even the issue. Assistance appreciated, hdon