2006年06月12日 星期一 23:26
我看了很多教程都是架到Apache上的,在windows下有没有其他的服务器呢? -- 百炀斩
2006年06月12日 星期一 23:40
On 6/12/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > 我看了很多教程都是架到Apache上的,在windows下有没有其他的服务器呢? > windows下也可以使用apache。因为linux做服务器比起windows的性能要高得多。 -- I like python! My Blog: http://www.donews.net/limodou My Django Site: http://www.djangocn.org NewEdit Maillist: http://groups.google.com/group/NewEdit
2006年06月12日 星期一 23:43
我知道,那有没有像exe安装文件一样,就能安装diango的,配置服务器是件累活。 在 06-6-12,limodou<limodou at gmail.com> 写道: > On 6/12/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > 我看了很多教程都是架到Apache上的,在windows下有没有其他的服务器呢? > > > windows下也可以使用apache。因为linux做服务器比起windows的性能要高得多。 > > -- > I like python! > My Blog: http://www.donews.net/limodou > My Django Site: http://www.djangocn.org > NewEdit Maillist: http://groups.google.com/group/NewEdit > > _______________________________________________ > 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 > > -- 百炀斩
2006年06月12日 星期一 23:56
要是学习或开发测试的话,django本身就带了一个web server的。 apache是用在生产环境的。基本上配一次之后就不用再动了。 在 06-6-12,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 我知道,那有没有像exe安装文件一样,就能安装diango的,配置服务器是件累活。 > > 在 06-6-12,limodou<limodou at gmail.com> 写道: > > On 6/12/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > 我看了很多教程都是架到Apache上的,在windows下有没有其他的服务器呢? > > > > > windows下也可以使用apache。因为linux做服务器比起windows的性能要高得多。 > > > > -- > > I like python! > > My Blog: http://www.donews.net/limodou > > My Django Site: http://www.djangocn.org > > NewEdit Maillist: http://groups.google.com/group/NewEdit > > > > _______________________________________________ > > 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 > >
2006年06月13日 星期二 00:10
diango自带的?那是不是安装了就diango就可以运行了,现在哪里可以买到Apache的空间? 在 06-6-12,马踏飞燕<honeyday.mj at gmail.com> 写道: > 要是学习或开发测试的话,django本身就带了一个web server的。 > apache是用在生产环境的。基本上配一次之后就不用再动了。 > > 在 06-6-12,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > 我知道,那有没有像exe安装文件一样,就能安装diango的,配置服务器是件累活。 > > > > 在 06-6-12,limodou<limodou at gmail.com> 写道: > > > On 6/12/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > 我看了很多教程都是架到Apache上的,在windows下有没有其他的服务器呢? > > > > > > > windows下也可以使用apache。因为linux做服务器比起windows的性能要高得多。 > > > > > > -- > > > I like python! > > > My Blog: http://www.donews.net/limodou > > > My Django Site: http://www.djangocn.org > > > NewEdit Maillist: http://groups.google.com/group/NewEdit > > > > > > _______________________________________________ > > > 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 > > > > > > _______________________________________________ > 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 > > -- 百炀斩
2006年06月13日 星期二 00:32
对的. 至于apache的空间,有很多了,不过要运行django的话,就需要有mod_python支持的才行。 在 06-6-13,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > diango自带的?那是不是安装了就diango就可以运行了,现在哪里可以买到Apache的空间? > > 在 06-6-12,马踏飞燕<honeyday.mj at gmail.com> 写道: > > 要是学习或开发测试的话,django本身就带了一个web server的。 > > apache是用在生产环境的。基本上配一次之后就不用再动了。 > > > > 在 06-6-12,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > > 我知道,那有没有像exe安装文件一样,就能安装diango的,配置服务器是件累活。 > > > > > > 在 06-6-12,limodou<limodou at gmail.com> 写道: > > > > On 6/12/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > > 我看了很多教程都是架到Apache上的,在windows下有没有其他的服务器呢? > > > > > > > > > windows下也可以使用apache。因为linux做服务器比起windows的性能要高得多。 > > > > > > > > -- > > > > I like python! > > > > My Blog: http://www.donews.net/limodou > > > > My Django Site: http://www.djangocn.org > > > > NewEdit Maillist: http://groups.google.com/group/NewEdit > > > > > > > > _______________________________________________ > > > > 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 > > > > > > > > > > _______________________________________________ > > 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 > >
2006年06月13日 星期二 07:59
On 6/12/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > 我知道,那有没有像exe安装文件一样,就能安装diango的,配置服务器是件累活。 > 现在没有。 -- I like python! My Blog: http://www.donews.net/limodou My Django Site: http://www.djangocn.org NewEdit Maillist: http://groups.google.com/group/NewEdit
Zeuux © 2025
京ICP备05028076号