Re: [us...@httpd] using protocols other than http

2010-08-21 Thread James Godrej
From: Eric Covener To: users@httpd.apache.org Sent: Fri, 20 August, 2010 7:37:43 PM Subject: Re: [us...@httpd] using protocols other than http Of course in this case, how would the app even be working on the backend directly? Well there is some problem. But

Re: [us...@httpd] using protocols other than http

2010-08-20 Thread Eric Covener
> If 2 CMSes are generating a URL which is having page elements being served > at / > then how do I handle this situation? Maybe the third-party module mod_proxy_html would help you fix up the outgoing links that drop the "context root". This is only needed in the case where the two apps are on t

Re: [us...@httpd] using protocols other than http

2010-08-20 Thread James Godrej
do I handle this situation? From: Eric Covener To: users@httpd.apache.org Sent: Fri, 20 August, 2010 4:35:53 PM Subject: Re: [us...@httpd] using protocols other than http On Fri, Aug 20, 2010 at 2:16 AM, James Godrej wrote: > I am looking for a How to

Re: [us...@httpd] using protocols other than http

2010-08-20 Thread Eric Covener
On Fri, Aug 20, 2010 at 2:16 AM, James Godrej wrote: >  I am looking for a How to so that I can use that and use Apache as a proxy > to other protocols. > I believe as you make Apache so you must be having a how to some where my > search results did not gave me desired results. > Hence I asked thi

Re: [us...@httpd] using protocols other than http

2010-08-19 Thread James Godrej
@httpd.apache.org Sent: Fri, 20 August, 2010 11:13:39 AM Subject: Re: [us...@httpd] using protocols other than http On 19/08/2010 9:27 PM, James Godrej wrote: > On the same mailing list I was told by some one who did documentation that this > documentation is means as technical reference a

Re: [us...@httpd] using protocols other than http

2010-08-19 Thread Frank Gingras
August, 2010 2:19:56 PM Subject: Re: [us...@httpd] using protocols other than http 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

Re: [us...@httpd] using protocols other than http

2010-08-19 Thread James Godrej
...@httpd] using protocols other than http 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

Re: [us...@httpd] using protocols other than http

2010-08-19 Thread Rainer Jung
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 o

[us...@httpd] using protocols other than http

2010-08-17 Thread James Godrej
Is it possible to use Apache for any other protocol as ftp or so 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.