microsoft IIS has an option for appliaction extension mapping. is it possible to do something similar in apache? i'd like to execute .php files in one of my virualhost with my own web.exe application (not php.exe). is it possible to do that in a simple way? or do i need to write new apache module and then add handler and ...?
thank you for any advices.