
02-22-2004, 08:02 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
Looks like some thing wrong with the CGI written in shell scipt.
Please try the CGI script on command line as "root" user and the user who the web server process is running as.
Code:
cd lsws/DEFAULT/cgi-bin/
./helloworld
sudo -u <username> ./helloworld
I think the last command will fail and produce the same output as the line in stderr.log, you need to figure out why the shell script does not work, maybe it is just a permission issue.
|