[users@httpd] Use of ProxyPassReverse

2019-01-29 Thread Ananya Dey
Hi all, I am trying to connect my Apache webserver with my backend tomcat server. I am using ProxyPass to do the same. Is there a need to put ProxyPassReverse also along with it? I am not able to understand the working functionality of the two in depth. Could someone please elaborate on the same .

[users@httpd] FCGI STARTER

2018-11-27 Thread Ananya Dey
Hi all, I am trying to run a fast CGI program on apache using fcgistarter. I am running the following command- ./fcgistarter -c -p 1122 -N 1 However no process has started on this port. Is there any way of checking if this is working properly? Thanks Ananya

[users@httpd] Using redis for caching Apache requests

2018-11-23 Thread Ananya Dey
Hi, I am trying to cache the requests coming on my Apache web server using the mod_socache_redis module. After loading the module, I am sending a request from Apache to my redis server in the following format- SSLSessionCache redis://localhost:4321 4321 is the port on which the redis server has st

Re: [users@httpd] How to start perl script using FCGID module

2018-08-09 Thread Ananya Dey
rrect. > > On Thu, Aug 9, 2018, 8:10 AM Ananya Dey wrote: > >> Hi, >> >> I am trying to run a perl script using fcgid module. >> I have loaded mod_fcgid module. >> >> I have created a directory in apache called fcgi-bin and added the below

[users@httpd] How to start perl script using FCGID module

2018-08-09 Thread Ananya Dey
Hi, I am trying to run a perl script using fcgid module. I have loaded mod_fcgid module. I have created a directory in apache called fcgi-bin and added the below snippet to my httpd.conf file. AddHandler fcgid-script .pl AllowOverride All Options +Indexes +FollowSymLinks +ExecCGI Require all gra

[users@httpd] Use of proxypassReverse

2018-06-10 Thread Ananya Dey
Hi, Can someone tell me in detail the difference between proxypass and proxypassreverse? I have just read links stating that proxypassreverse is used for "redirect" request. But I am not understanding how. Thanks, Ananya

Re: [users@httpd] How to connect Apache and Tomcat using http2 protocol

2018-01-05 Thread Ananya Dey
it. However, if instead I use the below, it is loading. ProxyRequests On ProxyPass "http://15.213.91.33:10905/test"; Can someone please give me a solution for this. Thanks and regards, Ananya On Wed, Dec 13, 2017 at 11:52 AM, Ananya Dey wrote: > Hi, thanks for your help :) Http

Re: [users@httpd] How to connect Apache and Tomcat using http2 protocol

2017-12-12 Thread Ananya Dey
t: ProxyRequests On ProxyPass "ws://15.213.91.33:10905/test" Can someone please help me out. Thanks and regards, Ananya On Tue, Dec 12, 2017 at 11:33 PM, Luca Toscano wrote: > Hi! > > 2017-12-12 6:48 GMT+01:00 Ananya Dey : > >> Hi >> >> I am trying to

[users@httpd] How to connect Apache and Tomcat using http2 protocol

2017-12-11 Thread Ananya Dey
Hi I am trying to connect Apache and Tomcat using HTTP2 protocol. 1. These are the changes that I have made in my server.xml. 2. In my httpd.conf, I have added Protocols h2 LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so LoadModule http