lscgid: execve Permission Denied

#1
im trying to solve this problem..
lscgid: execve():/home/filese54/public_html/cgi-bin/uploads/00001/0mnl8h7ko97d: Permission denied

i checked the perl interpreter permission and i get this
-rwxr-xr-x 2 root root 19200 Feb 22 17:16 /usr/bin/perl*

i dont know what should i do..
 

NiteWave

Administrator
#2
looks like someone trying to execute a uploaded file:
/home/filese54/public_html/cgi-bin/uploads/00001/0mnl8h7ko97d

it's dangerous -- and fortunately it's blocked due to "Permission denied"
 
Top