AS4 apache中的http://IP/cgi-bin/拒绝访问是默认的吗?
请教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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
help
可以访问。
程序有错。
不是Apache权限的问题。