[users@httpd] Apache 1.3.42/mod_perl 1.31 on RedHat 7?

2017-08-18 Thread David Hodgkinson
Anyone have joy (and/or relevant patches) compiling Apache 1.3 on (an up to date) RedHat 7? I’m getting far too many errors and it’s beyond my archaic C memories to fix them. It’s gcc version 4.8.5, apache_1.3.42, mod_perl-1.31. Things like: perl_util.c:673:5: error: use of undeclared identi

RE: [users@httpd] Only first Redirect recipe works

2017-08-18 Thread Darryl Philip Baker
I guess I am missing why you are structure your redirect like that at all. My way would be: ServerName FuMP.mydomain.com RewriteEngine On LogLevel debug rewrite:trace3 Redirect /foo https://urldefense.proofpoint.com/v2/url?u=http-3A__google.com&d=DwIBAg&c=yHlS04HhBraes5BQ9ueu5zKh

Re: [users@httpd] Only first Redirect recipe works

2017-08-18 Thread Eric Covener
> > ServerName FuMP.mydomain.com > > ServerName FuMP.mydomain.com Use 1 virtual host or two unique ones, but never intentionally overlapping ones. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional co

[users@httpd] Only first Redirect recipe works

2017-08-18 Thread Eric Smith
Hi I have the following Redirects defined: # http://FuMP.mydomain.com/foo ServerName FuMP.mydomain.com RewriteEngine On LogLevel debug rewrite:trace3 Redirect /foo http://google.com # http://FuMP.mydomain.com/bar ServerName FuMP.mydomain.com RewriteEngine On LogLevel debug rewrite:trace3 Red

Re: [users@httpd] Two questions on httpd tuning

2017-08-18 Thread Luca Toscano
Hi Martin, 2017-08-18 10:09 GMT+02:00 Martin Knoblauch : > > > Lets say I wanted to increase MaxRequestWorkers to e.g. 800. One of the > several solutions would be to up ServerLimit to 32 and leave > ThreadsPerChild at 25. But I could also leave ServerLimit at 16 and up > ThreadsPerChild to 50. O

Re: [users@httpd] Two questions on httpd tuning

2017-08-18 Thread Martin Knoblauch
Hi Luca, On Fri, Aug 18, 2017 at 9:01 AM, Luca Toscano wrote: > Hi Martin, > > 2017-08-17 17:40 GMT+02:00 Martin Knoblauch : > >> Hi, >> >> this is for httpd-2.4.26 with the mpm_worker_module. I have one >> practical and one more theoretical question. >> >> First, is there a way to determine t

Re: [users@httpd] Two questions on httpd tuning

2017-08-18 Thread Luca Toscano
Hi Martin, 2017-08-17 17:40 GMT+02:00 Martin Knoblauch : > Hi, > > this is for httpd-2.4.26 with the mpm_worker_module. I have one practical > and one more theoretical question. > > First, is there a way to determine the maximum number of concurrent > requests that have been processed at any tim