> This doesn't work well, because I don't know everything I will need to > exclude. > <locationmatch > (\.js|\.gif|\.jpg|\.ico|\.css|\.swf|\.png|\.tiff|\.jpeg|\.json|\.zip|\.tar\.gz|\.mp3|\.doc)+$> > SCGIHandler Off Can't help re: SCGI, but you get out of the blacklist scheme with e.g.: <LocationMatch ^ > SCGIHandler off </LocationMatch> <LocationMatch \.(scgi|otherextensionyouwant|foo|bar)$> SCGIHandler on </LocationMatch> -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx