summaryrefslogtreecommitdiffstats
path: root/README
blob: adbc1a28204b63cf690d8cc5987c945059cb3976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Alpine Configuration Framework 
(A work in progress.)

To install the package run:

  make install

To set up mini_httpd create a /etc/mini_httpd.conf file containing:
nochroot
dir=/usr/share/acf/www
user=nobody
logfile=/var/log/mini_httpd.log
cgipat=cgi-bin/*
#host=<ip-addr>

Then start mini_httpd with:

  mini_httpd -C /etc/mini_httpd.conf