Python论坛  - 讨论区

标题:[python-chinese] 在Apache上部署django时无法载入mod_python.so

2007年10月19日 星期五 17:09

Wu MingChao pykandrcn在gmail.com
星期五 十月 19 17:09:38 HKT 2007

Django Step by Step 第十二章中,*部署到 Apache 上的体验 *
apache_2.2.6-win32-x86-no_ssl.msi
mod_python-3.3.1.win32-py2.5-Apache2.2.exe
这二个不匹配的吗?在Google了半天后看到说mod_python.so与Apache版本不匹配能造成load mod_python.so失败。
这个好像以前也有人碰到过,Google到的资料也是以前邮件列表里的。
想知道最后那位兄弟是怎么做的?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20071019/b9aae54c/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 17:20

憨狗 hackgou在gmail.com
星期五 十月 19 17:20:57 HKT 2007

我一般是在*NIX平台上面编译,hai碰到这类问题,
这儿还少一个py的版本,如果有些日志的话,调试诊断也许更加方便




On 10/19/07, Wu MingChao <pykandrcn at gmail.com> wrote:
> Django Step by Step 第十二章中,部署到 Apache 上的体验
> apache_2.2.6-win32-x86-no_ssl.msi
> mod_python-3.3.1.win32-py2.5-Apache2.2.exe
> 这二个不匹配的吗?在Google了半天后看到说mod_python.so与Apache版本不匹配能造成load
> mod_python.so失败。
> 这个好像以前也有人碰到过,Google到的资料也是以前邮件列表里的。
> 想知道最后那位兄弟是怎么做的?
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>


-- 
关注LAMP平台、安全、及web开发的个人blog: http://hackgou.itbbq.com
PGP KeyID: hackgou#Gmail.com
PGP KeyServ: subkeys.pgp.net

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 17:27

vicalloy zbirder在gmail.com
星期五 十月 19 17:27:22 HKT 2007

不如换个APACHE看看?
我用AppServ带的apache+mod_python没有遇到问题。

在 07-10-19,憨狗<hackgou在gmail.com> 写道:
> 我一般是在*NIX平台上面编译,hai碰到这类问题,
> 这儿还少一个py的版本,如果有些日志的话,调试诊断也许更加方便

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 17:31

Wu MingChao pykandrcn在gmail.com
星期五 十月 19 17:31:56 HKT 2007

C:\Apache\bin>httpd.exe -w -t -f "C:\Apache\conf\httpd.conf" -d
"C:\Apache\."
httpd.exe: Syntax error on line 86 of C:/Apache/conf/httpd.conf: Cannot load
C:/
Apache/modules/mod_python.so into server:
\xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\x
a8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3
Note the errors or messages above, and press the  key to exit.  27...

Python 2.5.1



在07-10-19,憨狗 <hackgou at gmail.com> 写道:
>
> 我一般是在*NIX平台上面编译,hai碰到这类问题,
> 这儿还少一个py的版本,如果有些日志的话,调试诊断也许更加方便
>
>
>
>
> On 10/19/07, Wu MingChao <pykandrcn at gmail.com> wrote:
> > Django Step by Step 第十二章中,部署到 Apache 上的体验
> > apache_2.2.6-win32-x86-no_ssl.msi
> > mod_python-3.3.1.win32-py2.5-Apache2.2.exe
> > 这二个不匹配的吗?在Google了半天后看到说mod_python.so与Apache版本不匹配能造成load
> > mod_python.so失败。
> > 这个好像以前也有人碰到过,Google到的资料也是以前邮件列表里的。
> > 想知道最后那位兄弟是怎么做的?
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> --
> 关注LAMP平台、安全、及web开发的个人blog: http://hackgou.itbbq.com
> PGP KeyID: hackgou#Gmail.com
> PGP KeyServ: subkeys.pgp.net
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20071019/3c894bfc/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 17:33

Wu MingChao pykandrcn在gmail.com
星期五 十月 19 17:33:52 HKT 2007

AppServ?这个是一个打包了的apache?

在07-10-19,vicalloy <zbirder at gmail.com> 写道:
>
> 不如换个APACHE看看?
> 我用AppServ带的apache+mod_python没有遇到问题。
>
> 在 07-10-19,憨狗<hackgou at gmail.com> 写道:
> > 我一般是在*NIX平台上面编译,hai碰到这类问题,
> > 这儿还少一个py的版本,如果有些日志的话,调试诊断也许更加方便
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20071019/ade4afe6/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 17:48

vicalloy zbirder在gmail.com
星期五 十月 19 17:48:24 HKT 2007

AppServ是完整的服务器,包括了PHP、mysql、phpMyadmin、apache。
我觉得挺方便的,省得自己去做配置。
反正是开发环境而已。

在 07-10-19,Wu MingChao<pykandrcn在gmail.com> 写道:
> AppServ?这个是一个打包了的apache?
>
>
> 在07-10-19,vicalloy <zbirder在gmail.com> 写道:
> >
> > 不如换个APACHE看看?
> > 我用AppServ带的apache+mod_python没有遇到问题。
> >
> > 在 07-10-19,憨狗< hackgou在gmail.com> 写道:
> > > 我一般是在*NIX平台上面编译,hai碰到这类问题,
> > > 这儿还少一个py的版本,如果有些日志的话,调试诊断也许更加方便
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>


-- 
Blog http://vicalloy.spaces.live.com/
My googlepage http://vicalloy.googlepages.com/
OldPhoto http://www.lzpian.com/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 17:49

haur hekun06在gmail.com
星期五 十月 19 17:49:28 HKT 2007

°æ±¾ÎÊÌâÀ­£¬¿ÉÒÔÊÔÏÂÆäËû°æ±¾×éºÏ.......²»ÒªÌ«Ð£¬Ò²²»ÒªÌ«¾É .
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071019/8ad7bb5c/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 18:23

Wu MingChao pykandrcn在gmail.com
星期五 十月 19 18:23:24 HKT 2007

AppServ用哪个版本好?搭配哪个版本的mod_python呢?
提供一下你正在用的就行,版本搭配问题很头痛。


在07-10-19,vicalloy <zbirder at gmail.com> 写道:
>
> AppServ是完整的服务器,包括了PHP、mysql、phpMyadmin、apache。
> 我觉得挺方便的,省得自己去做配置。
> 反正是开发环境而已。
>
> 在 07-10-19,Wu MingChao<pykandrcn at gmail.com> 写道:
> > AppServ?这个是一个打包了的apache?
> >
> >
> > 在07-10-19,vicalloy <zbirder at gmail.com> 写道:
> > >
> > > 不如换个APACHE看看?
> > > 我用AppServ带的apache+mod_python没有遇到问题。
> > >
> > > 在 07-10-19,憨狗< hackgou at gmail.com> 写道:
> > > > 我一般是在*NIX平台上面编译,hai碰到这类问题,
> > > > 这儿还少一个py的版本,如果有些日志的话,调试诊断也许更加方便
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> --
> Blog http://vicalloy.spaces.live.com/
> My googlepage http://vicalloy.googlepages.com/
> OldPhoto http://www.lzpian.com/
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20071019/0e4a8db5/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 19:45

vicalloy zbirder在gmail.com
星期五 十月 19 19:45:08 HKT 2007

AppServ 2.5.8 里面的apache是2.2.4
mod_python 3.3.1
在 07-10-19,Wu MingChao<pykandrcn在gmail.com> 写道:
> AppServ用哪个版本好?搭配哪个版本的mod_python呢?
> 提供一下你正在用的就行,版本搭配问题很头痛。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 20:48

Wu MingChao pykandrcn在gmail.com
星期五 十月 19 20:48:04 HKT 2007

去试了下,错误依然。要崩溃了..........

*AppServ 2.5.9*

   - Apache 2.2.4
   - PHP 5.2.3
   - MySQL 5.0.45
   - phpMyAdmin-2.10.2

mod_python-3.3.1.win32-py2.5-Apache2.2.exe
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08)

httpd.conf里加了一句LoadModule python_module modules/mod_python.so




在07-10-19,vicalloy <zbirder at gmail.com> 写道:
>
> AppServ 2.5.8 里面的apache是2.2.4
> mod_python 3.3.1
> 在 07-10-19,Wu MingChao<pykandrcn at gmail.com> 写道:
> > AppServ用哪个版本好?搭配哪个版本的mod_python呢?
> > 提供一下你正在用的就行,版本搭配问题很头痛。
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20071019/8a1c1ee3/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月19日 星期五 21:30

Bruce Wang number5在gmail.com
星期五 十月 19 21:30:03 HKT 2007

On 10/19/07, Wu MingChao <pykandrcn在gmail.com> wrote:
>
> C:\Apache\bin>httpd.exe -w -t -f "C:\Apache\conf\httpd.conf" -d
> "C:\Apache\."
> httpd.exe: Syntax error on line 86 of C:/Apache/conf/httpd.conf: Cannot
> load C:/
> Apache/modules/mod_python.so into server:
> \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\x
> a8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3
>

上面那句中文是:   "找不到指定的模块"
去先确认一下目录里面是不是有那个文件吧: C:/Apache/modules/mod_python.so

更好的方式是先不要去管什么mod_python的方式,先把cgi的模式调通了,再去试其他复杂模式



-- 
simple is good
http://brucewang.net
http://twitter.com/number5
http://www.linkist.com
skype: number5
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20071019/7d7df8fd/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月23日 星期二 17:08

Wu MingChao pykandrcn在gmail.com
星期二 十月 23 17:08:52 HKT 2007

那个mod_python让我郁闷很久,最后找了个WLMP安装包。用的是CGI模式。print hello是成功了。但Django呢?怎么做?


from django.http import HttpResponse

text = """
+
""" def index(request): if request.POST.has_key('a'): a=int(request.POST['a']) b=int(request.POST['b']) else: a=0 b=0 return HttpResponse(text % (a,b,a+b)) django step by step 里的。 这个就失败了...... 在07-10-19,Bruce Wang <number5 at gmail.com> 写道: > > > > On 10/19/07, Wu MingChao <pykandrcn at gmail.com> wrote: > > > > C:\Apache\bin>httpd.exe -w -t -f "C:\Apache\conf\httpd.conf" -d > > "C:\Apache\." > > httpd.exe: Syntax error on line 86 of C:/Apache/conf/httpd.conf: Cannot > > load C:/ > > Apache/modules/mod_python.so into server: > > \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\x > > a8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3 > > > > 上面那句中文是: "找不到指定的模块" > 去先确认一下目录里面是不是有那个文件吧: C:/Apache/modules/mod_python.so > > > 更好的方式是先不要去管什么mod_python的方式,先把cgi的模式调通了,再去试其他复杂模式 > > > > -- > simple is good > http://brucewang.net > http://twitter.com/number5 > http://www.linkist.com > skype: number5 > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20071023/493bfd9d/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月31日 星期三 17:14

张迪(jondy) jondynet在gmail.com
星期三 十月 31 17:14:26 HKT 2007

ÎÒÓöµ½¹ýÕâÖÖÇé¿ö£¬¾ßÌåAPACHEÄĸö°æ±¾ÍüÁË£¬»»¸ö°æ±¾¾ÍºÃÁË
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071031/1c2c556b/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年10月31日 星期三 23:04

Mockee Kaavie mockee在gmail.com
星期三 十月 31 23:04:21 HKT 2007

ÒªÕÒµ½ºÏÊÊ°æ±¾µÄmod_python°²×°£¬±ÈÈçÎÒµÄÊÇmod_python-3.3.1.win32-py2.5-Apache2.2.exe£¬¶Ô
Ó¦python2.5.1ºÍapache2.26

On 10/31/07, ÕŵÏ(jondy) <jondynet在gmail.com> wrote:
>
> ÎÒÓöµ½¹ýÕâÖÖÇé¿ö£¬¾ßÌåAPACHEÄĸö°æ±¾ÍüÁË£¬»»¸ö°æ±¾¾ÍºÃÁË
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
mockee.com
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071031/5ff44088/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号