Re: [us...@httpd] SCGI for specific extensions

2010-05-05 Thread Eric Covener
> This doesn't work well, because I don't know everything I will need to > exclude. > (\.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.: S

[us...@httpd] SCGI for specific extensions

2010-05-05 Thread David Smith
I created a custom SCGI process and I'd like to only pass requests with a .gsp or .gspx extension to be handled by the process.. The problem I'm having is that it I've not been able to get specific request sent to the scgi process by extension, but rather I've only been able to tell it to process e