repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
busybox-httpd
/
httpd.conf
blob
bd80d8bffc35ac7b19865f4cc7d714b33641a0da
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