原帖由 321go 於 2006-9-1 12:35 PM 發表
請問怎樣才可解決這兩個問題? 這些問題是瀏覽cgi-bin時才發生
我用的是Win xp + appserv + phpMyAdmin
Internal Server Error
The server encountered an internal error or misconfiguration and was unabl ...
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin/"
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>