Today I needed a way to password protect a single CGI Perl program running on an Apache HTTP server. I knew already how to protect an entire directory, but is there a way to protect a single file? The answer is yes.
Since I needed to make a part of a screen capture I made for the blog entry on password protecting unreadable I decided to blog on how to do that as well.