Revert "* Updated Boa to 0.94.14rc21 + Debian patches"
[project/luci.git] / libs / sgi-webuci / host / buildconfig.sh
1 #!/bin/sh
2 CWD=$1
3 cat <<EOF
4 Port 8080
5 ErrorLog /dev/stderr
6 AccessLog /dev/stderr
7 DocumentRoot $CWD/www
8 DirectoryMaker $CWD/usr/lib/boa/boa_indexer
9 KeepAliveMax 1000
10 KeepAliveTimeout 10
11 MimeTypes $CWD/etc/mime.types
12 DefaultType text/plain
13 CGIPath $CWD/bin:$CWD/usr/bin:$CWD/usr/local/bin
14
15 AddType application/x-httpd-cgi cgi
16 AddType application/x-httpd-cgi sh
17
18 ScriptAlias /cgi-bin/ $CWD/www/cgi-bin
19 PluginRoot $CWD/usr/lib/boa
20 EOF