Use mod_perl, mode perl allows you to define an script that will handle all request to an specific virtual directory. when a new request comes along it call YourModule::handler method and there you can determine if the nature of the call GET/POST and redirect to any module you want.