hello all, i have a problem which relates to apache. i want to redirect every request for image (ie. file with extension .jpg) to my application (image analyzer/converter) then it's my application that will open and give the image to the apache back, then apache gives it to the requester (browser). how should i do that in apache? requester (browser) <---> apache <---> my application ** my application will determine which file will be gave based on the request. any helps really appreciated. thanks.