On 18.08.2010 02:05, James Godrej wrote:
Is it possible to use Apache for any other protocol as ftp or so

Yes, for example see http://httpd.apache.org/mod_ftp/

and make it as a front end to a group of servers running in backend.
As is the case with Reverse Proxy situation in virtual hosting of Apache.

Not sure I understand what the relation to the above question is. If you want to make it a frontend to another server (the origin server), you have to decide on the protocol to use between the frontend and the origin server. There's no immediate relation between the protocol used by the frontend and the one on the origin servers. If you want to use a farm of origin servers, you need some balancing and stickyness logic in addition.

Examples are mod_proxy, that comes with modules for load-balancing/stickyness and protocol modules connecting origin servers via http(s), ajp, scgi, ftp and connect. Trunk (beta) also supports fcgi as a origin server protocol.

An alternative for fcgi without using mod_proxy is mod_fcgid (http://httpd.apache.org/mod_fcgid/), an alternative for ajp is mod_jk (http://tomcat.apache.org/connectors-doc/).

Regards,

Rainer

---------------------------------------------------------------------
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