?? tmhttpd.1
字號:
=======================================
TieMa(Tiny&Mini) Http Server
Version 1.0.0 alpha
heiyeluren <blog.csdn.net/heiyeshuwu>
=======================================
Usage: ./a [OPTION] ...
Options:
-D, --is-deubg Is open debug mode, default No
-d, --is-daemon Is daemon running, default No
-p, --port=PORT Server listen port, default 80
-m, --max-client=SIZE Max connection requests, default 100
-L, --is-log Is write access log, default No
-l, --log-path=PATH Access log path, default /tmp/tmhttpd.log
-b, --is-browse Is allow browse file/dir list, default No
-r, --doc-root=PATH Web document root directory, default programe current directory ./
-i, --dir-index=FILE Directory default index file name, default index.html
-h, --help Print help information
Example:
./a -d -p 80 -m 128 -L -l /tmp/access.log -b -r /var/www -i index.html
./a -d -p80 -m128 -L -l/tmp/access.log -b -r/var/www -iindex.html
./a --is-daemon --port=80 --max-client=128 --is-log --log-path=/tmp/access.log --is-browse --doc-root=/var/www --dir-index=index.html
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -