summaryrefslogtreecommitdiffstats
path: root/web_wizard/scripts/test.sed
blob: 6f03dc5cc4f108cce1a5ae4697977ae9e6af1fe7 (plain)
1
2
3
4
5
6
/^[[:space:]]*<Directory \/home/,/^[[:space:]]*<\/Directory>/{
s/^[[:space:]]*Allow .*$/Allow from all/
}
/^[[:space:]]*<Directory \/var\/www/,/^[[:space:]]*<\/Directory>/{
s/^[[:space:]]*Allow .*$/Allow from all/
}