Windows 7 403禁止的CGI脚本

Windows 7 403禁止的CGI脚本,windows-7,apache2,cgi,Windows 7,Apache2,Cgi,我试图在服务器上执行.cgi文件,但返回以下错误 403 Forbidden You don't have permission to access /run/test.cgi on this server. Apache/2.0.64 (Win32) Server at localhost Port 80 服务器配置: 视窗7 阿帕奇2 activeperl 我尝试了各种各样的解决办法,但都不管用 将/run/test.cgi上的权限设置为可读和可执行>不工作 <Directory

我试图在服务器上执行.cgi文件,但返回以下错误

403 Forbidden
You don't have permission to access /run/test.cgi on this server.
Apache/2.0.64 (Win32) Server at localhost Port 80
服务器配置:

  • 视窗7
  • 阿帕奇2
  • activeperl
我尝试了各种各样的解决办法,但都不管用

将/run/test.cgi上的权限设置为可读和可执行>不工作

<Directory "E:/Apache/Apache2/htdocs">
#    Options Indexes FollowSymLinks Includes ExecCGI
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
AllowOverride None
Order allow,deny
Allow from all
</Directory>
尝试更改选项索引>不工作

<Directory "E:/Apache/Apache2/htdocs">
#    Options Indexes FollowSymLinks Includes ExecCGI
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
AllowOverride None
Order allow,deny
Allow from all
</Directory>
有人能帮忙吗? 谢谢