[EMAIL PROTECTED] Apache as Proxy for XML-RPC Requests

2007-08-06 Thread Christian Klinger
Hello Apache Users, I try to set up a proxy for XML-RPC Requests. This is so far no great Problem. I do this with an VirtualHost and the mod_proxy, mod_rewrite engine. This is my VirtualHost: VirtualHost *:80 ServerName dummy-host.example.com ServerAlias www.dummy-host.example.com

Re: [EMAIL PROTECTED] Apache as Proxy for XML-RPC Requests

2007-08-06 Thread Nick Kew
On Mon, 06 Aug 2007 14:59:48 +0200 Christian Klinger [EMAIL PROTECTED] wrote: Now I want to protect the Proxy * Section. In the XML-RPC-Request is a key. I have to validate this key. And if the key is valid the request should be proxied through the mod_proxy engine. You mean in the XML?