Python论坛  - 讨论区

标题:[python-chinese] 请教apache运行django的小问题

2007年04月13日 星期五 10:44

Brightman mr.brightman在gmail.com
星期五 四月 13 10:44:09 HKT 2007

使用apache mod_python运行django,在找/templates目录时,它会到serverroot目
录下去找,而不是在我设置的 DocumentRoot。我用的是window,也不能建立符号连
接,而且这样也不好。我的配置如下:

DocumentRoot "D:/project/superstar"
LoadModule python_module modules/mod_python.so


SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE superstar.settings
PythonPath "['D:\project'] + sys.path"
PythonDebug On


thanks

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

2007年04月13日 星期五 10:47

季海明 jihaiming在163.com
星期五 四月 13 10:47:23 HKT 2007

如题!
一般python脚本退出后都会做些什么操作?

-- 
================================
你的朋友:
       海明
missing you~~~~~
Telephone:15910824796
Email: jihaiming.net在gmail.com
Office: 010-85135298


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

2007年04月13日 星期五 11:14

Ben Luo benluo在gmail.com
星期五 四月 13 11:14:05 HKT 2007

On 4/13/07, Brightman <mr.brightman在gmail.com> wrote:
>
> ʹÓÃapache mod_pythonÔËÐÐdjango,ÔÚÕÒ/templatesĿ¼ʱ£¬Ëü»áµ½serverrootÄ¿
> ¼ÏÂÈ¥ÕÒ£¬¶ø²»ÊÇÔÚÎÒÉèÖÃµÄ DocumentRoot¡£ÎÒÓõÄÊÇwindow,Ò²²»Äܽ¨Á¢·ûºÅÁ¬
> ½Ó£¬¶øÇÒÕâÑùÒ²²»ºÃ¡£ÎÒµÄÅäÖÃÈçÏ£º
> 
> DocumentRoot "D:/project/superstar"
> LoadModule python_module modules/mod_python.so
>
>
> SetHandler python-program
> PythonHandler django.core.handlers.modpython
> SetEnv DJANGO_SETTINGS_MODULE superstar.settings
> PythonPath "['D:\project'] + sys.path"
> PythonDebug On
> 
>

ºÃÏñºÍapacheÎ޹ذɡ£Ó¦¸ÃÊÇ project ÖеÄsettings.py µÄÉèÖá£
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070413/e4702c01/attachment.htm 

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

2007年04月13日 星期五 12:00

Brightman mr.brightman在gmail.com
星期五 四月 13 12:00:46 HKT 2007

Ben Luo 写道:
>
>
> On 4/13/07, *Brightman* <mr.brightman在gmail.com
> mr.brightman在gmail.com>> wrote:
>
>     使用apache mod_python运行django,在找/templates目录时,它会到
>     serverroot目
>     录下去找,而不是在我设置的 DocumentRoot。我用的是window,也不能建立
>     符号连
>     接,而且这样也不好。我的配置如下:
>     <http://127.0.0.1:80>>
>     DocumentRoot "D:/project/superstar"
>     LoadModule python_module modules/mod_python.so
>
>
>     SetHandler python-program
>     PythonHandler django.core.handlers.modpython
>     SetEnv DJANGO_SETTINGS_MODULE superstar.settings
>     PythonPath "['D:\project'] + sys.path"
>     PythonDebug On
>     
>
>
> 好像和apache无关吧。应该是 project 中的settings.py 的设置。
settings.py取得是相对目录,结果这个相对目录是相对serverroot。
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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


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

2007年04月13日 星期五 13:59

风向标 vaneoooo在gmail.com
星期五 四月 13 13:59:04 HKT 2007

DocumentRoot "D:/project/superstar"

Õâ¾äÓ¦µ±Êǵ½ÏîÄ¿µÄÉÏÒ»¼¶Ä¿Â¼

ÀýÈçÏîÄ¿ÊÇsuperstar£¬ÄÇôDocumentRootÖ»µ½project¼´¿É
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070413/695a82e2/attachment.html 

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

2007年04月13日 星期五 14:09

breezef breezef在gmail.com
星期五 四月 13 14:09:30 HKT 2007

ÈçÌâ




breezef
2007-04-13
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070413/29b8fa89/attachment-0001.htm 

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

2007年04月13日 星期五 14:28

haur hekun06在gmail.com
星期五 四月 13 14:28:08 HKT 2007


    SetHandler mod_python
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE superstar.settings
    PythonPath "['D:\project'] + sys.path"
    PythonDebug On
    PythonAutoReload On

ÊÔÏÂÕâÑùÄØ..
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070413/60e6fbae/attachment-0001.html 

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

2007年04月13日 星期五 23:04

Brightman mr.brightman在gmail.com
星期五 四月 13 23:04:18 HKT 2007

haur 写道:
> 
> SetHandler mod_python
> PythonHandler django.core.handlers.modpython
> SetEnv DJANGO_SETTINGS_MODULE superstar.settings
> PythonPath "['D:\project'] + sys.path"
> PythonDebug On
> PythonAutoReload On
> 
> 试下这样呢..
> 不行。我暂时在settings.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


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

2007年04月14日 星期六 14:20

风向标 vaneoooo在gmail.com
星期六 四月 14 14:20:47 HKT 2007

²¿ÊðµÄʱºòMEDIA_ROOT TEMPLATE_DISÊÇÒªÓþø¶Ô·¾¶µÄ
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070414/f7886c6b/attachment.html 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号