免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1039 | 回复: 4
打印 上一主题 下一主题

为什么我装的openwebmail用目录访问就可以。用名字不行? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-03-28 23:51 |只看该作者 |倒序浏览
用虚拟主机的方式指定DocumentRoot和DirectoryIndex指定却显示出pl源码了?

#!/usr/bin/suidperl -T
#################################################################
#                                                               #
# Open WebMail - Provides a web interface to user mailboxes     #
#                                                               #
# Copyright (C) 2001-2005                                       #
# The Open Webmail Team                                         #
#                                                               #
# Copyright (C) 2000                                            #
# Ernie Miller  (original GPL project: Neomail)                 #
#                                                               #
# This program is distributed under GNU General Public License  #
#                                                               #
#################################################################

#
# openwebmail.pl - entry point of openwebmail
#
use vars qw($SCRIPT_DIR);
if ( $0 =~ m!^(\S*)/[\w\d\-\.]+\.pl! ) { local $1; $SCRIPT_DIR=$1 }
if ($SCRIPT_DIR eq '' && open(F, '/etc/openwebmail_path.conf')) {

论坛徽章:
0
2 [报告]
发表于 2005-03-29 00:13 |只看该作者

为什么我装的openwebmail用目录访问就可以。用名字不行?

加上这一句:AddHandler cgi-script pl

就变成了:

Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster
Error 403


文件权限是没有问题的,a+rx了。

论坛徽章:
0
3 [报告]
发表于 2005-03-29 10:57 |只看该作者

为什么我装的openwebmail用目录访问就可以。用名字不行?

顶上去!

论坛徽章:
0
4 [报告]
发表于 2005-03-29 10:58 |只看该作者

为什么我装的openwebmail用目录访问就可以。用名字不行?

论坛徽章:
0
5 [报告]
发表于 2005-03-29 14:13 |只看该作者

为什么我装的openwebmail用目录访问就可以。用名字不行?

兄弟,你的pl文件的路径不允许执行脚本,像我的就改成这样:

  1. ScriptAlias / "/var/www/cgi-bin/openwebmail/openwebmail.pl"
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP