VineLinux2.5ppc版のhttpd.confを設定しています。
CGI関連の設定はこれで動作するんですか?
ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
<Directory "/home/httpd/cgi-bin">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
HTMLソースには
<A href="cgi-bin/joyful/joyful.cgi">BBS</A>
と設定して、
実行してみると次のようにエラー表示されます。
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@xxxxxxxxxxx and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.27 Server at www.swisspc.us Port 80
何か解決方法を教えて下さる様お願いします。
Asakura Wataru