On Mon, 31 Oct 2011 15:32:49 +0000
Richard Thomas <[email protected]> wrote:

> I've read that it can proxy http, ftp etc, but I want it to proxy protocols 
> that it does not know about.

The most generic answer is that mod_proxy offers a modular framework
for handling backend protocols.  So HTTP is implemented by mod_proxy_http,
FTP by mod_proxy_ftp, etc.  This can be extended to other protocols,
as well as pseudo-protocols.

For specific cases, other answers may apply.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to