diff options
author | z3bra <willy@mailoo.org> | 2014-10-22 17:35:04 +0200 |
---|---|---|
committer | z3bra <willy@mailoo.org> | 2014-10-22 17:35:04 +0200 |
commit | 5b11fa3aaf8a3d8fa25fe30ea370f8a8f8dfbf3d (patch) | |
tree | f9b48f2186125990c8b20657bb63445ddcc436ba /testing/thttpd/thttpd.conf | |
parent | d5babbb8ef86ae55b002de1d4383a5a684f22e29 (diff) | |
download | aports-5b11fa3aaf8a3d8fa25fe30ea370f8a8f8dfbf3d.tar.bz2 aports-5b11fa3aaf8a3d8fa25fe30ea370f8a8f8dfbf3d.tar.xz |
testing/thttpd: new aport
Diffstat (limited to 'testing/thttpd/thttpd.conf')
-rw-r--r-- | testing/thttpd/thttpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/thttpd/thttpd.conf b/testing/thttpd/thttpd.conf new file mode 100644 index 0000000000..3df0a660b0 --- /dev/null +++ b/testing/thttpd/thttpd.conf @@ -0,0 +1,8 @@ +dir=/var/www/http +vhost +chroot +user=nobody +cgipat=**.cgi +logfile=/var/log/thttpd/thttpd.log +pidfile=/var/run/thttpd.pid +charset=utf-8 |