I've enabled the CGI wrapper, but the scripts doesnt run. Teh browser shows the message
scgiwrap: Caller must be uid 99
I've enabled suExec
Thanks
I've enabled the CGI wrapper, but the scripts doesnt run. Teh browser shows the message
scgiwrap: Caller must be uid 99
I've enabled suExec
Thanks
Last edited by latpanel; 05-01-2004 at 01:57 PM.
If you've enabled your suexec, make sure the "cgi-bin" folder or what ever folder the script(s) reside in, that the folder is chmoded 0755 otherwise you'll get errors. Make sure the script is executable, usually chmoded 0755. Also in the httpd.conf that the User and Group has been added to the account VirtualHost directive.Originally posted by latpanel
I've enabled the CGI wrapper, but the scripts doesnt run. Teh browser shows the message
scgiwrap: Unable to find the out the username from the home directory. is /etc/passwd corrupt?
followed by a list of the enviroment vars.
Of courde my etc/passwd is ok.
I've disabled suexec.
And...now I enable suExec my scritps (in cgi-bin) doesn't run!!!
Help please
IMHO the scgiwrapper used it really useless!
Mickalo
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
Custom Perl and Database Programming
Hello,
Add following entry in httpd.conf file on the server :
AddHandler cgi-script .cgi .pl