On Sat, Jul 28, 2001 at 12:45:56AM -0700, Dan Figrin wrote: > subscribe read
:) check out the instrux at http://lists.debian.org/ and we hope to see you soon. -- DEBIAN NEWBIE TIP #52 from Will Trillich <[EMAIL PROTECTED]> : Would you like to GET APACHE TO HIDE CERTAIN FILES? It's as easy as adding this to your /etc/apache/httpd.conf: PerlModule Apache::Constants <FilesMatch "\.hide$"> SetHandler perl-script PerlInitHandler Apache::Constants::NOT_FOUND </FilesMatch> Your scripts, behind the scenes, still have free access to everything; but web browsers will be told they don't exist! Also see http://newbieDoc.sourceForge.net/ ...