scgiwrap

Posted by pilsentico, 04-22-2009, 03:41 PM
Hi i got an error when trying to run a CGI script on the sgci-bin folder. How can i set the nobodyuser? scgiwrap: Caller must be the nobody user What should i do to solve this problem?

Posted by DaveDark, 04-22-2009, 04:44 PM
Sounds like Apache is set up to run cgi scripts as the nobody user. If you're the server owner, you should recompile Apache with Suexec so that CGI scripts are run as the virtualhost owner. If you're not the server owner, ask your host to recompile Apache with Suexec. Running Apache without Suexec support allows scripts owned by the nobody user to be executed which potentially have access to files outside of the script owner's web root and can also be difficult to track down when hogging resources.

Posted by david510, 04-23-2009, 03:05 AM
Is "ScriptAlias" set to this folder inside httpd.conf file?

Was this answer helpful?

 Print this Article

Also Read

.htaccess & cpanel

Posted by compjab, 03-24-2007, 11:22 PMI've protected a directory with cPanel and the user/pwd...

How to automaticaly download all files in a folder via FTP?

Posted by viettechorg, 05-07-2007, 03:41 AMHello there, I am having trouble with moving my files...

how to start only 1 player at the time?

Posted by bambinou, 11-09-2012, 07:08 PMHello, I would like to know if there is a way to have...

*****

Posted by OverSkilled, 09-30-2001, 01:27 PMHi, I'm starting a reselling business also. I'm gonna...

changing register_globals from .htaccess will cause 500 Error when php run as CGI

Posted by mshannaq, 05-07-2007, 01:44 PMHello, Today I have a customer want to swich the...