updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / busybox-httpd / httpd.conf
blobbd80d8bffc35ac7b19865f4cc7d714b33641a0da
1 #busybox httpd configuration
2 #uncomment what needed
4 #Access settings (A=allow,D=deny)
5         #A:127.0.0.1
6         #A:10.7.10.0/25
7         #D:*
9 #Authorization settings (directory:username:password)
10         #/:user:pass
11         #/private:user:privatepass
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