I've written a modperl handler which internally sends request like this: http://somehost.com
to instead go to an internal site: http://192.168.0.4:8080 And the handler works as expected. But when the URL is something like this: http://somehost.com?arg1=value1 The handler converts the question mark to %3f and the proxy request basically fails. I'm using modperl 1.99.11, I'd like to fix this before moving in to 2.0.2. Suggestions?