- 13
- 0
- 约1.39千字
- 约 3页
- 2017-06-08 发布于重庆
- 举报
thttpd使用方法探讨
看看是怎么把cgi 放进去跑起来的
/cgi-bin/phf/?m 99n 885 这样可以成功访问
1 # This section overrides defaults
2 dir /mnt/mmc
3 #chroot
4 user root # default nobody
5 logfile /var/log/thttpd.log
6 pidfile /var/run/thttpd.pid
7 # This section _documents_ defaults in effect
8 # port 80
9 # nosymlink# default !chroot
10 # novhost
11 cgipat /cgi-bin/*
12 # nothrottles
13 # host
14 # charset iso-8859-1
按照下面的/?m 99n 885 这样也能成功获取数据吗?试试看,只是改了路径而已。
1 # This section overrides defaults
2 dir /mnt/mmc/cgi-bin/
3 #chroot
4 user root # default nobody
5 logfile /var/log/thttpd.log
6 pidfil
原创力文档

文档评论(0)