Commit | Line | Data |
---|---|---|
209feeb0 H |
1 | #busybox httpd configuration |
2 | #uncomment what needed | |
3 | ||
4 | #Access settings (A=allow,D=deny) | |
5 | #A:127.0.0.1 | |
6 | #A:10.7.10.0/25 | |
7 | #D:* | |
8 | ||
9 | #Authorization settings (directory:username:password) | |
10 | #/:user:pass | |
11 | #/private:user:privatepass | |
12 | ||
13 | #CGI settings (filename_mask:interpreter_binary) | |
14 | #*.php:/usr/bin/php-cgi | |
15 | #*.sh:/bin/bash | |
16 | #*.py:/usr/bin/python | |
17 | #*.pl:/usr/bin/perl |