> 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
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to