Re: Using redis for caching Apache requests

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You will have to go out of your way to disable TLS tickets. In the course of
normal operations, you won't see many cached TLS sessions at all, because
the ticket is returned to the client, and the client re-presents that ticket to
reestablish the session; no session caching required.

http://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslsessiontickets

This is preferable to the session cache, so don't leave it disabled after
testing the session cache behavior. If you are running mod_status, you
can see the cached sessions stats.


On Fri, Nov 23, 2018 at 3:51 AM Ananya Dey <ananyadey.95@xxxxxxxxx> wrote:
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 started. 
However when I am checking the status of my redis server, there is no update of the apache requests. Can anyone please guide me on how to go about this? Particularly on how to set my request values onto the redis cache directly from Apache.

Thanks
Ananya

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux