I try to run cgi from site root (public_html) and have error "lscgid: execve():/home/alexzagr/public_html/index.cgi: No such file or directory"
index.cgi present in public_html, permission 755
in .htaccess:
DirectoryIndex index.cgi
No error in log.
what wrong?