AS4 apache中的http://IP/cgi-bin/拒绝访问是默认的吗?

发布于 2022-10-03 05:35:16 字数 1015 浏览 13 评论 0

请教AS4 apache中的http://IP/cgi-bin/拒绝访问是默认的吗?
httpd.conf
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
<Directory "/var/www/cgi-bin">;
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>;

[root@server ~]# ls /var/www/ -l
总用量 64
drwxrwxr-x   3 root      root 4096  5月 20 17:08 cgi-bin

访问:http://IP/cgi-bin/openwebmail/openwebmail.pl
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, root@localhost 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.

请教怎么办阿?
谢谢了

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吃素的狼 2022-10-10 05:35:16

help

烟燃烟灭 2022-10-10 05:35:16

可以访问。

程序有错。

不是Apache权限的问题。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文