[users@httpd] Re: Problem on having used the version 2.4

2015-02-19 Thread Juan M. Puertas
I have just found the solution. What changes Apache 2.2 to Apache 2.4 is that it is necessary to include the following directive in the file "apache2.conf": LoadModule cgi_module/usr/lib/apache2/modules/mod_cgi.so Now everything works correctly. Regards. 2015-02-16 19:22 GMT+01:00 Juan M. Puert

[users@httpd] Purge cached content from mod_mem_cache

2015-02-19 Thread Redalert Commander
Hi, Is it possible to somehow trigger a purge of the cache (mod_mem_cache)? If so, how? I would like to be able to purge cached content by either using a local script or a special request. Regards, Steven - To unsubscribe, e-mai

[users@httpd] MaxClients directive

2015-02-19 Thread David K
Hello Can somebody explain what the MaxClients directive really does and how it differs from total threads?I am using Worker MPM. What is considered a "Client" and how does it differ from a "thread"? By my own findings, a "Client" is != ip address. I can understand that MaxClients are restricte