On Mon, 31 Oct 2011 15:32:49 +0000
Richard Thomas <richard.tho...@the-logic-group.com> 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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to