ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/README
(Generate patch)

Comparing Coro/myhttpd/README (file contents):
Revision 1.1 by root, Wed Feb 20 14:58:14 2002 UTC vs.
Revision 1.2 by root, Fri Oct 25 13:51:39 2002 UTC

11meditate, then complain. if you want to restructure it, go on, i'll do 11meditate, then complain. if you want to restructure it, go on, i'll do
12this myself once i have time, and the cdurrent file structure likely won't 12this myself once i have time, and the cdurrent file structure likely won't
13survive. 13survive.
14 14
15pcg@goof.com 15pcg@goof.com
16
17------------------------------------------------------------------------------
18Random snippets that might be helpful:
19
20Yeah, and security problems. With no firewall, "telnet anime.plan9.de
217262" would give you a very simple server shell where you can change
22things (and execute any command you like), so watch out for this ;)
23
24I often use:
25
26 current rate
27 cmd> p $tbf_top->{rate}
28 RES = 118000
29
30 set new tbf rate
31 cmd> p $tbf_top->{rate} = 118000
32 RES = 118000
33
34 set the current estimated queue to 5hrs/100MB
35 cmd> p $queue_file->{avgspb} = 0.0002
36 RES = 0.0002
37
38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines