免费注册 查看新帖 |

Chinaunix

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

[求助]配置apache和mod_python出错, 各位大侠帮忙看一下 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-03-03 18:16 |只看该作者 |倒序浏览
出错信息如下:
[Fri Mar 03 17:49:35 2006] [notice] Apache/2.0.55 (Win32) mod_python/3.2.5b Python/2.4.2 configured -- resuming normal operations
[Fri Mar 03 17:49:35 2006] [notice] Server built: Oct  9 2005 19:16:56
[Fri Mar 03 17:49:35 2006] [notice] Parent: Created child process 2580
[Fri Mar 03 17:49:35 2006] [notice] mod_python: Creating 8 session mutexes based on 0 max processes and 250 max threads.
[Fri Mar 03 17:49:35 2006] [notice] Child 2580: Child process is running
[Fri Mar 03 17:49:36 2006] [notice] Child 2580: Acquired the start mutex.
[Fri Mar 03 17:49:36 2006] [notice] Child 2580: Starting 250 worker threads.
[Fri Mar 03 17:50:15 2006] [error] make_obcallback: could not import mod_python.apache.\n
[Fri Mar 03 17:50:15 2006] [error] python_handler: no interpreter callback found.
[Fri Mar 03 17:50:15 2006] [error] [client 127.0.0.1] python_handler: Can't get/create interpreter.



我的httpd.conf配置如下:
...
<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild  100
</IfModule>
.....
Listen 8080
...
LoadModule python_module modules/mod_python.so
......
ServerName *:8080
.......
DocumentRoot "F:/python/pythonSrc/test"
.......
<Directory "F:/python/pythonSrc/test">
    Options FollowSymLinks
    Order allow,deny
    Allow from all

    AddHandler mod_python .py
    PythonHandler mptest
    PythonDebug On

</Directory>

Location我就没配了. 我不知道有没有少配什么,http://www.modpython.org上的网站没有win32平台的安装文档.
是不是mod_python.so这个module有问题啊?网上google了一下,
答案都是在linux平台下的,让重新编译mode_python.so。那win32平台怎么解决?
版本是: Apache/2.0.55 (Win32) mod_python/3.2.5b Python/2.4.2

论坛徽章:
0
2 [报告]
发表于 2006-03-03 20:55 |只看该作者

论坛徽章:
0
3 [报告]
发表于 2006-03-03 22:34 |只看该作者



谢谢回复!!

5555  为什么我点这两个链接都打不开??

论坛徽章:
0
4 [报告]
发表于 2006-03-03 23:56 |只看该作者
mod_python换了3.2.8的还是一样的错误

哪位仁兄解决过这个问题,帮个忙,在此先谢过了

论坛徽章:
0
5 [报告]
发表于 2006-03-04 02:29 |只看该作者
问题终于解决了,重装了一遍python-2.4.2就ok了,不过还是不知道是什么原因,郁闷....

论坛徽章:
0
6 [报告]
发表于 2006-03-04 08:51 |只看该作者
apache 装了mod_python之后是不是就可以在html里嵌入python了啊,
我接触的一个python的web项目,是用python写cgi的,对其他的形式不了解

论坛徽章:
0
7 [报告]
发表于 2006-03-04 08:55 |只看该作者
原帖由 bigapple2008 于 2006-3-4 08:51 发表
apache 装了mod_python之后是不是就可以在html里嵌入python了啊,
我接触的一个python的web项目,是用python写cgi的,对其他的形式不了解


mod_python和apache的组合方式有三种

可以看看帮助文档

效率最高的是handler方式

论坛徽章:
0
8 [报告]
发表于 2006-03-04 08:58 |只看该作者
恩,先熟悉下python语言本身,然后再去了解相关应用。06年就学python了,呵呵
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP