Hi,
I am trying to run a simple python script, but I keep getting error - "scgiwrap: Caller must be the nobody user"
I have tried all suggestions provided like !shebang,htaccess etc but nothing has worked so far.
#!/usr/bin/python
#!/usr/bin/env python
print "Content-type: text/html"
print "<title>CGI 101</title>"
print "<h1>A First CGI Example</h1>"
print "<P>Hello, CGI World!</p>"
If someone has any idea kindly assist.
Thanks
bpathak
I am trying to run a simple python script, but I keep getting error - "scgiwrap: Caller must be the nobody user"
I have tried all suggestions provided like !shebang,htaccess etc but nothing has worked so far.
#!/usr/bin/python
#!/usr/bin/env python
print "Content-type: text/html"
print "<title>CGI 101</title>"
print "<h1>A First CGI Example</h1>"
print "<P>Hello, CGI World!</p>"
If someone has any idea kindly assist.
Thanks
bpathak