thttpd and image leeching
I'm working on setting up a "light" webserver (not apache, something like Tux, or thttpd) to serve images, but I want to be able to protect the images from being leeched on another site. Usually you do this with mod_rewrite in Apache, but after digging through google for the past hour or so, I haven't found any way to do it via a stripped down webserver.I'm open to using just about any 'light' webserver as long as it will do what I'm looking for.
Thanks in advance.