Rambles of Ev
  • Home
  • About
  • Search

Apache2

A collection of 2 posts
Apache2

Apache MaxClients Calculation

MaxClients: The MaxClients directive sets the limit on the number of simultaneous requests that will be served. Any connection attempts over the MaxClients limit will normally be queued, up to a number based on the ListenBacklog directive. Once a child process is freed at the end of a different request,
18 Oct 2014 1 min read
Apache2

How to resolve error referring to the text "ap_cache_cacheable_hdrs_out" when starting Apache HTTP Server

I came across a need to enable the following links for the Apache HTTP Server, in order to enable response caching. Go to /etc/apache2 folder and give the following commands. > ln -s ../mods-available/file_cache.load file_cache.load ln -s ../mods-available/mem_cache.conf mem_cache.conf
10 Dec 2011 1 min read
Page 1 of 1
Rambles of Ev © 2026
Powered by Ghost