以下の内容はhttps://iww.hateblo.jp/entry/20120224/apacheより取得しました。


cgiのエラー

ソースが表示される

実行してない

AddHandler cgi-script .cgi .pl

confに足す

403 Forbidden

Options ExecCGI is off
実行の許可がない
<Location /hoge/>
Options +ExecCGI
</Location>

confに足す

500 Internal Server Error

(13)Permission denied exec of 'Sample.cgi' failed
実行属性がない

実行属性をつける

malformed header from script. Bad header
ヘッダがおかしい
print "Content-Type: text/html\n\n";

スクリプトに足す




以上の内容はhttps://iww.hateblo.jp/entry/20120224/apacheより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14