ソースチラ見してみました。
script not found or unable to stat は modules/generators/mod_cgi.c(とmodules/generators/mod_cgid.c)にあります。
if (r->finfo.filetype == APR_NOFILE)
return log_scripterror(r, conf, HTTP_NOT_FOUND, 0, APLOGNO(02811),
"script not found or unable to stat");
CGIスクリプトがない場合にでるログみたいです。
File does not existはコンテンツに対応するファイルがない場合ですね。
そんなに困りますか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。