|
|
|
|
| 请教关于请教关于Karrigell-2.1.7的问题 |
 请教关于请教关于Karrigell-2.1.7的问题 - syncon [ 2005-07-25 09:24 | 1,150 byte(s)]
 Re: 请教关于请教关于Karrigell-2.1.7的问题 - limodou [ 2005-07-25 10:40 | 237 byte(s)]
 Re: 请教关于请教关于Karrigell-2.1.7的问题 - syncon [ 2005-07-25 12:29 | 648 byte(s)]
 Re: 请教关于请教关于Karrigell-2.1.7的问题 - limodou [ 2005-07-25 16:47 | 120 byte(s)]
 Re: 请教关于请教关于Karrigell-2.1.7的问题 - gutounan [ 2005-07-25 17:01 | 91 byte(s)]
 Re: 请教关于请教关于Karrigell-2.1.7的问题 - syncon [ 2005-07-26 01:52 | 19 byte(s)]
 Re: 请教关于请教关于Karrigell-2.1.7的问题 - limodou [ 2005-07-26 08:34 | 10 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
看了limodou的一些文章,好像蛮推崇Karrigell的,于是就下了Karrigell-2.1.7回来试试,运行的时候也正常
但是有个问题,我加了-S参数的,但还是会把外部请求列在屏幕上,如下:
而且不能退出系统,一旦退出Karrigell的进程就没了
[root@netflow-zd Karrigell-2.1.7]# /usr/local/python/bin/python /usr/local/Karrigell-2.1.7/Karrigell.py -S -P 8080 &
[root@netflow-zd Karrigell-2.1.7]# Warning - gadfly is not installed
Warning - KirbyBase is not installed
Karrigell 2.1.7 running on port 8080
Silent mode
Press Ctrl+C to stop
[root@netflow-zd Karrigell-2.1.7]# 10.72.63.26 - - [25/Jul/2005 09:03:22] "GET / HTTP/1.1" 302 -
10.72.63.26 - - [25/Jul/2005 09:03:22] "GET /index.html HTTP/1.1" 304 -
10.72.63.26 - - [25/Jul/2005 09:03:22] "GET /doc/images/karrigell.gif HTTP/1.1" 304 -
10.72.63.26 - - [25/Jul/2005 09:03:22] "GET /doc/images/PythonPowered.gif HTTP/1.1" 304 -
10.72.63.26 - - [25/Jul/2005 09:03:22] "GET /doc/images/sourceforge_logo.png HTTP/1.1" 304 -
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
-S我想也许是Karrigell的一个bug吧,可以去邮件列表中问一下,不过实在是不活跃。
你所说的退出是不是按了Ctrl+C,那是表示退出运行了,当然不行了。你需要将其执行为后台方式,就是在命令行后面加个&,但这样你只能kill掉了。
|
|
|
----
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
我是用的SecureCRT通过SSH远程登陆过去,再用&方式运行Karrigell,没有按Ctrl+C,只是logout而已,但是logout之后再访问网址,在SecureCRT上还是能看到下面这些:
我把SecureCRT关掉的话,再重新登陆就发现进程没了!
10.72.63.26 - - [25/Jul/2005 09:03:22] "GET /index.html HTTP/1.1" 304 -
10.72.63.26 - - [25/Jul/2005 09:03:22] "GET /doc/images/karrigell.gif HTTP/1.1" 304 -
10.72.63.26 - - [25/Jul/2005 09:03:22] "GET /doc/images/PythonPowered.gif HTTP/1.1" 304 -
10.72.63.26 - - [25/Jul/2005 09:03:22] "GET /doc/images/sourceforge_logo.png HTTP/1.1" 304 -
|
|
|
[Original]
[Print]
[Top]
|
|
|