2008年01月04日 星期五 21:18
http://www.djangoproject.com/documentation/0.96/modpython/ ÕâÀï¾ÍÊǽ²Django with mod_pythonµÄ£¬»ù±¾ÉÏÕÕ³¾Í¿ÉÒÔÁË¡£ On 12/18/07, Xian Chen <hoganxian在gmail.com> wrote: > > Hi£¬ > > ±ÈÈç˵ÎÒµÄtest app·ÅÔÚc:python25\scripts\newtestÀïÃ棬 > > ÏÂÃæÕâ¶ÎÓ¦¸ÃÔõôд£¿ > > >> SetHandler python-program > PythonPath "['c:\Python25\Scripts\newtest']" > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE myproject.settings > PythonDebug On > > > ÿ´Î¶¼Êdzö´í£¬¼±ËÀÁË... > > > > _______________________________________________ > 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 > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20080104/f6171c70/attachment.htm
2008年01月04日 星期五 21:29
alias URL directory#AddHandler mod_python .py #这样的话,一定要URL是py后缀 SetHandler mod_python #没有后缀的要求.这个比较方便.也可以是python_program PythonHandler mptest #自己的headler要放在import语句能加得了的地方.但这对于没有权限的人来说不好,下面的PythonPath是就是一种好方法了. PythonPath "['/path/to/project'] + sys.path" PythonDebug On #实际使用时不要这句 django的设置:SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mysite.settings #这里是设置环境变量.不是很明白.还有一个不知道就是directory与localtion的区别 PythonDebug On 总的来说,使用mod_python只有三句话
Zeuux © 2024
京ICP备05028076号