projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Localisation updates from http://translatewiki.net.
[rails.git]
/
config
/
lighttpd-host-blocks.sh
1
#!/bin/sh
2
3
if [ -d /etc/firewall ]
4
then
5
for ip in $(ls /etc/firewall)
6
do
7
echo "\$HTTP[\"remoteip\"] == \"$ip\" { url.access-deny = (\"\") }"
8
done
9
fi