diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-07-20 14:37:48 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-07-20 14:37:48 +0000 |
commit | 0ffc8419b44179821f2f86fe9fb6e89543405be2 (patch) | |
tree | 6b000e3298def6357c6ce3ea72d4f069b1a6785b /package/thttpd/thttpd.conf | |
parent | 4ccf17da47f4823e658900bcbfa598b255f5575a (diff) | |
download | buildroot-novena-0ffc8419b44179821f2f86fe9fb6e89543405be2.tar.gz buildroot-novena-0ffc8419b44179821f2f86fe9fb6e89543405be2.zip |
Fix hdparm to cross build correctly. Also fix thttpd to build and install sanely and add simplified start up.
Diffstat (limited to 'package/thttpd/thttpd.conf')
-rw-r--r-- | package/thttpd/thttpd.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/thttpd/thttpd.conf b/package/thttpd/thttpd.conf new file mode 100644 index 000000000..b4c801ba0 --- /dev/null +++ b/package/thttpd/thttpd.conf @@ -0,0 +1,7 @@ +chroot +dir=/var/www +pidfile=/var/run/thttpd.pid +logfile=/var/log/thttpd +host=dtu-7100 +user=nobody +cgipat=**.cgi |