[users@httpd] mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-18 Thread Abby Normal
Hello people, I hope someone can help me with this simple question. I searched the net but could not find a proper answer. Default event configuration is this: MaxRequestWorkers 400 =ThreadsPerChild x ServerLimit ServerLimit 16 ThreadsPerChild 25 ThreadLimit 64 So ie. I have a dedicated ser

Re: [users@httpd] Pre-compressed content questions

2015-11-18 Thread Daniel
that just says set mime type and specified value for env var but do not redirect, hence the "-" If in doubt with rewrite flags you can check: http://httpd.apache.org/docs/current/rewrite/flags.html El mié., 18 nov. 2015 a las 18:17, Rose, John B () escribió: > Looking at the pre-compressed conte

[users@httpd] Pre-compressed content questions

2015-11-18 Thread Rose, John B
Looking at the pre-compressed content config here ... https://httpd.apache.org/docs/2.4/mod/mod_deflate.html#precompressed So the idea is to create gzip versions of your css, js, etc. and Apache will recognize their existence and send the gzip version instead? So we can have both whatever.css a

[users@httpd] 404 error - Restful webservice incorrectly considered as perl file

2015-11-18 Thread Amol Kulkarni
Hello, I have a setup of Apache httpd + mod_jk + Tomcat 6.0 + Jersey on Centos 6. The setup works correctly under normal circumstances. The webservice urls r of format : http:// /application/domain//user/?properties= However, if the field, i.e the user id has a value ending with .pl then I get

Re: [users@httpd] Redirect[Match] behind load-balancer switching protocols

2015-11-18 Thread Yann Ylavic
On Tue, Nov 17, 2015 at 10:06 PM, Christopher Schultz wrote: > > Is there another environment variable or other setting that I need to > use in order to override httpd's protocol-detection? You could specify: Protocol https in the corresponding VirtualHost section. Regards, Yann. --