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