LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 604|回复: 5

请问这是apache的什么错误

[复制链接]
发表于 2006-10-14 11:01:55 | 显示全部楼层 |阅读模式
[Sat Oct 14 07:32:52 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sat Oct 14 07:32:53 2006] [notice] Digest: generating secret for digest authentication ...
[Sat Oct 14 07:32:53 2006] [notice] Digest: done
[Sat Oct 14 07:32:53 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sat Oct 14 07:32:53 2006] [notice] LDAP: SSL support unavailable
[Sat Oct 14 07:32:53 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Sat Oct 14 07:32:54 2006] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations

perl程序中含连接mysql数据库后,在浏览器中运行就报错.在错误日志里找到的就是这些, 看不明白,请问是什么错误啊????
发表于 2006-10-14 12:24:49 | 显示全部楼层
Sat Oct 14 07:32:53 2006] [notice] Digest: generating secret for digest authentication ...
[Sat Oct 14 07:32:53 2006] [notice] Digest: done
perl-Digest 可能提示成功
[Sat Oct 14 07:32:53 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sat Oct 14 07:32:53 2006] [notice] LDAP: SSL support unavailable

perl-LDAP不支持SSL
是perl的


[Sat Oct 14 07:32:53 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
是apache的mod_python模块,是apache支持python脚本语言的,你用perl可以卸载或在httpd.conf中注释掉模块
以上个人看法
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-14 13:11:51 | 显示全部楼层
还是没明白,到底问题出在哪, 我的程序可以在 terminal下运行成功, 可是在浏览器什么都不显示,不知道是不是配置的问题,这是我找到的唯一的错误信息
回复 支持 反对

使用道具 举报

发表于 2006-10-14 13:27:06 | 显示全部楼层
rpm -qa|grep mod
看看有什么apache模块
程序可以在 terminal下运行成功,并不说明你的脚本能够解释
看看浏览器的原代码是什么
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-16 10:06:21 | 显示全部楼层
rpm -qa|grep mod
看到的是:
mikmod-3.1.6-32.EL4
mod_python-3.1.3-5.1
module-init-tools-3.1-0.pre5.3
usermode-1.74-1
mod_ssl-2.0.52-19.ent
mikmod-3.1.6-32.EL4
mod_perl-1.99_16-4
usermode-gtk-1.74-1

浏览器的原代码是指查看里的那个页面源代码吗?  
HTML的是正常的.但提交后链接到用perl 编写的cgi后就是一片空白.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-16 14:36:23 | 显示全部楼层
请问: 这些模块有什么问题吗.
我已经可以确定我的perl代码没问题了.在朋友的机子上可以运行.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表