error CGI

#1
Hi,
we are trying to run a CGI file, but receive the following error:
30820 15:57:07 write (2, "lscgid (30,820) LVE initialized \ n", 33 ...> <unfinished

Even running it over SSH does not work.
Cpanel, said it is a problem of LiteSpeed​​.

depends on what?

waiting for your replay,
Best regards.
 
#3
hi,
from command line, return this error:
30820 15:57:07 write (2, "lscgid (30,820) LVE initialized \ n", 33 ...> <unfinished

By setting the permissions in 0777 always receive this error:

root@srv-hp2 [/home/user2179/public_html/cgi-bin]# chmod -v 0777 /home/user2xxx/public_html/cgi-bin/irc.cgi
mode of `/home/user2xxx/public_html/cgi-bin/irc.cgi' changed to 0777 (rwxrwxrwx)
root@srv-hp2 [/home/user2xxx/public_html/cgi-bin]#

best regards
 

mistwang

LiteSpeed Staff
#4
that message is produced by lscgid binary, you should not get a message like that if you run "irc.cgi" from command line, unless you overwrite irc.cgi with lscgid binary.

Switch back to Apache, if it does not work with Apache, it wont work with LiteSpeed. You have to fix irc.cgi instead.
 
Top