Package: thttpd Version: 2.23beta1-6 Severity: minor Tags: patch X-Debbugs-Cc: [EMAIL PROTECTED]
The attached patch adds a comment to the thttpd.conf file explaining the symlink option and when you might want to use it. I struggled for a long time before the (in retrospect) obvious dawned on me; although even my friends think I'm fairly unique in many intriguing respects, I would expect some others to benefit from having this explication available in thttpd.conf. /* era */ -- If this were a real .signature, it would suck less. Well, maybe not.
Tue Oct 31 07:42:36 EET 2006 era eriksson <[EMAIL PROTECTED]> * era's patch to suggest "symlink" option for chroot installations maybe It's in the documentation but I really didn't get it until I looked at the source diff -rN -u old-thttpd-apt-get-source/debian/thttpd.conf new-thttpd-apt-get-source/debian/thttpd.conf --- old-thttpd-apt-get-source/debian/thttpd.conf 2007-05-01 13:10:31.000000000 +0300 +++ new-thttpd-apt-get-source/debian/thttpd.conf 2007-05-01 13:10:31.000000000 +0300 @@ -14,6 +14,12 @@ # Default: nochroot chroot +# symlink/nosymlink +# Sets whether destinations of symlinks are checked separately. +# If you want symlinks to CGI scripts to work, you need to enable this. +# It is disabled by default when chroot is enabled, but enabled otherwise. +#symlink + # user: userid # Specified which user to switch after intialiazation when started as root. # Default: www-data

